Best distro for Exim/Cyrus

Andrew Morgan morgan at orst.edu
Wed Feb 12 18:37:31 EST 2014


On Wed, 12 Feb 2014, Paul O'Rorke wrote:

> So I seem to be getting confused about when the SSL is used. Ideally I'd like 
> to use SSL and authentication for SMTP and IMAP. Is it that the LMTP needs 
> authentication and it's not?  I did use in /etc/cyrus.conf
>
>   lmtp            cmd="lmtpd" -a listen="localhost:lmtp" prefork=0
>   maxchild=20

Put the -a inside the quotes, like this:

lmtp	cmd="lmtpd -a" listen="localhost:lmtp" prefork=0 maxchild=20

 	Andy


More information about the Info-cyrus mailing list