Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 797 Bytes

README.md

File metadata and controls

41 lines (21 loc) · 797 Bytes
  1. Stop postfix and courier

/etc/init.d/postfix stop /etc/init.d/courier-authdaemon stop /etc/init.d/courier-imap stop /etc/init.d/courier-imap-ssl stop /etc/init.d/courier-pop stop /etc/init.d/courier-pop-ssl stop

  1. Install dovecot

apt-get install dovecot-imapd dovecot-pop3d dovecot-common apt-get remove courier-authdaemon

This will remove the courier packages automatically

  1. Login to ISPConfig, go to System > Server config > mail and set:

POP3/IMAP Daemon: dovecot Mailfilter Syntax: sieve

and click on save.

  1. Create a remoting user, downlod the ispconfig courier to dovecot migration script, adjust the values in it and run the script.

php courier_to_dovecot.php

  1. Run a ispconfig update and select to reconfigure services.

  2. Reconfigure squirrelmail