Hey everyone, I'm having a strange problem with imtest on a cyrus 1.6.24 box I'm setting up. Connecting via cyradm works. From /var/log/messages: May 3 13:45:48 sf imapd[2846]: login: localhost.localdomain[127.0.0.1] toddnemanich PLAIN User logged in However, if I try to use imtest, this is what I see: imtest -u toddnemanich -m plain -p imap 127.0.0.1 C: C01 CAPABILITY S: * OK sf.baymountain.com Cyrus IMAP4 v1.6.24 server ready S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS X-NON-HIERARCHICAL-RENAME NO_ATOMIC_RENAME AUTH=PLAIN AUTH=LOGIN UNSELECT ID X-NETSCAPE S: C01 OK Completed Please enter your password: C: A01 AUTHENTICATE PLAIN S: + C: S: A01 NO bad protocol / cancel Authentication failed. generic failure Security strength factor: 0 . logout * BYE LOGOUT received . OK Completed Connection closed. And from /var/log/messages: May 3 13:54:30 sf imapd[2861]: badlogin: localhost.localdomain[127.0.0.1] PLAIN bad protocol / cancel Any ideas on what is going on here? Sasl (1.5.24) is using PAM authentication, which goes to an LDAP server for authentication. THX.