Skip to content

Commit a015894

Browse files
author
Thom Pol
committed
Add warning for Courier users
1 parent 631c2d5 commit a015894

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install/update.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,11 @@
664664
exec('find /usr/local/ispconfig -type f -print0 | xargs -0 md5sum > '.$md5_filename . ' 2>/dev/null');
665665
chmod($md5_filename,0700);
666666

667+
// TODO: In a future update, stop the update script when running courier
668+
if ($conf['courier']['installed'] == true) {
669+
swriteln('WARNING: You are running Courier. We are removing support for Courier from ISPConfig. Migrate your system to Dovecot as soon as possible. See https://www.howtoforge.com/community/threads/migrate-from-courier-to-dovecot-on-your-ispconfig-managed-mailserver.88523/ for more information.');
670+
}
671+
667672
echo "Update finished.\n";
668673

669674
?>

0 commit comments

Comments
 (0)