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 ---- Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus