Alain Barthelemy wrote: [snip] > ======================== > > /etc/imapd: > > configdirectory: /var/imap > partition-default: /var/spool/imap > admins: cyrus > allowanonymouslogin: no > autocreatequota: 10000 > reject8bit: no > quotawarn: 90 > timeout: 30 > poptimeout: 10 > dracinterval: 0 > drachost: localhost > sasl_pwcheck_method: pam >>>>> ????? > > ====================================== > > Where could be the problem? Where to check?
I think the problem is that you authenticate against PAM instead of sasldb. Change the sasl_pwcheck_method to sasldb and try again. out of my /etc/imapd.conf ... admins: cyrus allowanonymouslogin: no sasl_passwd_check: sasldb ... Check your user/passwd database with: sasldblistusers You should get lines like: user: XXXXXX realm: pinguin mech: PLAIN user: XXXXXX realm: pinguin mech: CRAM-MD5 user: YYYY realm: pinguin mech: PLAIN user: YYYY realm: pinguin mech: CRAM-MD5 hth Wolfgang -- Wolfgang Trexler <[EMAIL PROTECTED]> For completely outdated information see http://members.ping.at/wolfman/