Hi, I'm trying to setup a qmail/vpopmail/courier-imap/courier-authlib combination on amd64. I compiled vpopmail with -fPIC so I had no problem getting vchkpw support compiled with courier-authlib. QMail's own pop3 can authenticate me without problems. Any idea what went wrong?
[EMAIL PROTECTED] olivleh1> telnet 0 110 Trying 0.0.0.0... Connected to 0. Escape character is '^]'. +OK <[EMAIL PROTECTED]> user [EMAIL PROTECTED] +OK pass test +OK stat +OK 0 0 quit +OK Connection closed by foreign host. Exit 1 [EMAIL PROTECTED] olivleh1> maillog shows: Nov 19 13:04:23 kartoffel vpopmail[67154]: vchkpw-webmail: (PLAIN) login success [EMAIL PROTECTED]:127.0.0.1 Trying the same with pop3d(-ssl) or imapd(-ssl) supplied with courier-imap results in the following error: [EMAIL PROTECTED] olivleh1> telnet 0 110 Trying 0.0.0.0... Connected to 0. Escape character is '^]'. +OK Hello there. user [EMAIL PROTECTED] +OK Password required. pass test -ERR Temporary problem, please try again later Connection closed by foreign host. Exit 1 [EMAIL PROTECTED] olivleh1> maillog shows: Nov 19 13:07:20 kartoffel pop3d: LOGIN FAILED, [EMAIL PROTECTED], ip=[::ffff:127.0.0.1] Nov 19 13:07:20 kartoffel authdaemond: stopping authdaemond children Nov 19 13:07:20 kartoffel pop3d: authentication error: Input/output error Nov 19 13:07:20 kartoffel authdaemond: restarting authdaemond children Nov 19 13:07:20 kartoffel authdaemond: modules="authuserdb authvchkpw authpam authldap authmysql authpgsql", daemons=5 Nov 19 13:07:20 kartoffel authdaemond: Uninstalling authvchkpw Nov 19 13:07:20 kartoffel authdaemond: Uninstalling authpam Nov 19 13:07:20 kartoffel authdaemond: Installing libauthuserdb Nov 19 13:07:20 kartoffel authdaemond: Shared object "libauthuserdb.so" not found, required by "authdaemond" Nov 19 13:07:20 kartoffel authdaemond: Installing libauthvchkpw Nov 19 13:07:20 kartoffel authdaemond: Installation complete: authvchkpw Nov 19 13:07:20 kartoffel authdaemond: Installing libauthpam Nov 19 13:07:20 kartoffel authdaemond: Installation complete: authpam Nov 19 13:07:20 kartoffel authdaemond: Installing libauthldap Nov 19 13:07:20 kartoffel authdaemond: Shared object "libauthldap.so" not found, required by "authdaemond" Nov 19 13:07:20 kartoffel authdaemond: Installing libauthmysql Nov 19 13:07:20 kartoffel authdaemond: Shared object "libauthmysql.so" not found, required by "authdaemond" Nov 19 13:07:20 kartoffel authdaemond: Installing libauthpgsql Nov 19 13:07:20 kartoffel authdaemond: Shared object "libauthpgsql.so" not found, required by "authdaemond" debug.log shows: Nov 19 13:07:20 kartoffel authdaemond: received auth request, service=pop3, authtype=login Nov 19 13:07:20 kartoffel authdaemond: authvchkpw: trying this module -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
