Skip to content

Commit 390d116

Browse files
author
Marius Burkard
committed
Merge branch 'courier-deprecated-warning' into 'develop'
Add warning for Courier users See merge request ispconfig/ispconfig3!1572
2 parents fff8f7f + a015894 commit 390d116

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)