Hi there,
after researching a lot of how-to's and list-archives I come to ask for help.
Problem is: I can not authenticate imap/pop-users using auxprop and /etc/sasldb2
On the same machine runs postfix and authentication via TLS and SASL/auxprop works fine. So I can send mails but can not retrieve mails via pop/imap.
When trying to do so, /var/log/messages reads like below when trying to authenticate via login & tls
Aug 2 00:00:23 master master[23882]: about to exec /usr/lib/cyrus/bin/pop3d
Aug 2 00:00:23 master pop3[23882]: executed
Aug 2 00:00:23 master pop3[23882]: accepted connection
Aug 2 00:00:23 master pop3[23882]: TLS server engine: cannot load CA data
Aug 2 00:00:23 master pop3[23882]: TLS server engine: No CA file specified. Client side certs may not work
Aug 2 00:00:23 master pop3[23882]: mystore: starting txn 2147483650
Aug 2 00:00:23 master pop3[23882]: mystore: committing txn 2147483650
Aug 2 00:00:23 master pop3[23882]: starttls: TLSv1 with cipher RC4-SHA (128/128 bits new) no authentication
Aug 2 00:00:26 master pop3[23882]: badlogin: [212.166.101.83] LOGIN user not found
or else via plaintext & tls
Aug 2 00:12:49 master master[23899]: about to exec /usr/lib/cyrus/bin/pop3d
Aug 2 00:12:49 master pop3[23899]: executed
Aug 2 00:12:49 master pop3[23899]: accepted connection
Aug 2 00:12:49 master pop3[23899]: TLS server engine: cannot load CA data
Aug 2 00:12:49 master pop3[23899]: TLS server engine: No CA file specified. Client side certs may not work
Aug 2 00:12:50 master pop3[23899]: mystore: starting txn 2147483658
Aug 2 00:12:50 master pop3[23899]: mystore: committing txn 2147483658
Aug 2 00:12:50 master pop3[23899]: starttls: TLSv1 with cipher RC4-SHA (128/128 bits new) no authentication
Aug 2 00:12:50 master pop3[23899]: badlogin: [212.166.101.83] plaintext nospam SASL(-13): user not found: checkpass failed
I run cyrus-imapd-2.2.3 on SuSE Linux 9.1. There is a whole lot of other cyrus / sasl rpm's installed:
cyrus-sasl-2.1.18-29 cyrus-imapd-2.2.3-79 cyrus-sasl-crammd5-2.1.18-29 cyrus-sasl-digestmd5-2.1.18-29 cyrus-sasl-otp-2.1.18-29 cyrus-sasl-devel-2.1.18-29 cyrus-sasl-gssapi-2.1.18-29 cyrus-sasl-plain-2.1.18-29
The user in question is listed with sasldblistusers2 (and works when sending mails).
/etc/imapd.conf reads like: sasl_pwcheck_method: auxprop sasl_mech_list: plain login auth
# ls -l /etc/sasldb2 -rw-r----- 1 cyrus mail 12288 Jul 28 00:11 /etc/sasldb2
I suppose that in some way the authentication mechanism is not ok or not supported - but I an't figure out any details about - and may also be completely misdirected.
So if anyone coud give me a clue, it would be most appreciated (as likewise any hint on how to make imapd more verbous for debugging).
thanks & regards
Peter --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html