I've set up my RedHat 7.3 box with LDAP, authenticating users through PAM. I've created the cyrus user in /etc/passwd (as with my postfix, root etc users).
I've changed cyrus's password (but not sasldbpasswd, because I don't use /etc/sasldb. I authenticate through PAM). Here's my /etc/imapd.conf: configdirectory: /var/imap partition-default: /var/spool/imap admins: cyrus allowanonymouslogin: no # To use the PAM for authentication (but not /etc/passwd or shadow), change # the following line to specify "pam" instead of "sasldb". sasl_pwcheck_method: pam When I run (as user cyrus) "cyradm localhost", it gives me an error: cyradm: cannot authenticate to server with as cyrus Did I miss something?