On 04/09/09 15:01 -0600, John Masterson wrote: > Sep 4 14:59:09 mbe1 cyrus/imap[18587]: badlogin: mgmt.modwest.com > [204.11.245.21] PLAIN [SASL(-16): encryption needed to use mechanism: > security flags do not match required] > Sep 4 14:59:39 mbe1 cyrus/imap[18587]: login: mgmt.modwest.com > [204.11.245.21] cyrus plaintext User logged in You probably do not have this turned on in /etc/imapd.conf: # Allow plaintext logins by default (SASL PLAIN) allowplaintext: yes You can either: * connect using TLS (which will provide the required security bits), then connect with PLAIN * enable the allowplaintext option * or connect with another mechanism (like DIGEST-MD5) which would also provide the appropriate level of network security. you might also need to adjust your sasl_minimum_layer setting. -- Dan White ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html