Dear Listmembers, I try to control the logins into my courier-imap server (actual 2.2.1, but same problem with 1.7.2) with auth_imap (latest qmail-ldap patch from 01.12.2003, but tried with other patches [from august, september, november], same problem). This all sits on an OpenBSD 3.4 system. The problem is that the login attempts fail. The ldap server log shows, that the information is returned, but imapd-log says:
2003-12-19 12:50:19.829677500 tcpserver: status: 1/40 2003-12-19 12:50:19.847259500 tcpserver: pid 9884 from 10.0.0.0 2003-12-19 12:50:19.977545500 tcpserver: ok 9884 0:10.0.0.2:143 test.test.com:10.0.0.0::2784 2003-12-19 12:50:20.107145500 INFO: Connection, ip=[10.0.0.0] 2003-12-19 12:50:30.008452500 ERR: LOGIN FAILED, ip=[10.0.0.0] 2003-12-19 12:50:40.119462500 ERR: LOGIN FAILED, ip=[10.0.0.0] 2003-12-19 12:50:43.631104500 INFO: LOGOUT, ip=[10.0.0.0] 2003-12-19 12:50:43.634318500 tcpserver: end 9884 status 0 2003-12-19 12:50:43.649155500 tcpserver: status: 0/40 Could this be a problem with the crypto lib of my OBSD (I linked SHADOWLIBS to it, this works with my other applications, and, by the way, auth_pop works, it should be the same mechanisms). My supervise run script looks like that (this works too in another installation): exec 2>&1 exec /usr/local/sbin/envdir ../env \ /usr/local/sbin/tcpserver -v -c 40 -x /etc/tcp.imap.cdb \ -R -l 0 10.0.0.2 143 \ /usr/local/sbin/imaplogin /var/qmail/bin/auth_imap /usr/local/courier-imap/ libexec/imapd Maildir Does anyone have an idea where the frog could be buried? Thanks for Your help, Regards, Holger