How to install Cyrus in Linux
This is a how to for installing the Cyrus E-mail/IMAP server in linux.
Install cyrus
- sudo apt-get install cyrus-imapd-2.2
- sudo apt-get install cyrus-admin-2.2
- sudo apt-get install sasl2-bin
- edit /etc/default/saslauthd and set START=yes
- sudo saslpasswd2 cyrus
- set 'local_transport = cyrus' in /etc/postfix/master.cf

Comment