Hi! I recently upgraded my Debian (sid/unstable) installation of courier-(pop|imap) and with that upgrade authentication against /etc/shadow ceased to work. Is there any way of making this more verbose to find out WTF is wrong here?
Oct 13 10:42:34 cherry courierpop3login: LOGIN FAILED, ip=[::ffff:62.8.143.139] Oct 13 10:42:57 cherry courierpop3login: Connection, ip=[::ffff:62.8.143.139] Oct 13 10:43:02 cherry courierpop3login: LOGIN FAILED, ip=[::ffff:62.8.143.139] Oct 13 10:43:35 cherry courierpop3login: Connection, ip=[::ffff:62.8.143.139] Oct 13 10:43:40 cherry courierpop3login: LOGIN FAILED, ip=[::ffff:62.8.143.139] Oct 13 10:44:02 cherry courierpop3login: Connection, ip=[::ffff:62.8.143.139] Oct 13 10:44:07 cherry courierpop3login: LOGIN FAILED, ip=[::ffff:62.8.143.139] cherry:/etc/courier# dpkg -l 'courier*' Desired=Unknown/Install/Remove/Purge/Hold |Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:uppercase=bad) ||/ Name Version Description +++-=========================-=========================-================================================================== ii courier-authdaemon 0.39.3.20020921-1 Courier Mail Server authentication daemon ii courier-base 0.39.3.20020921-1 Courier Mail Server Base System ii courier-imap 1.5.3.20020921-1 IMAP daemon with PAM and Maildir support ii courier-imap-ssl 1.5.1-3 IMAP daemon with SSL, PAM and Maildir support ii courier-pop 0.39.3.20020921-1 POP3 daemon with PAM and Maildir support ii courier-pop-ssl 0.39.1-3 POP3 daemon with SSL, PAM and Maildir support ii courier-ssl 0.39.1-3 Courier Mail Server SSL Package # grep -v "^#" /etc/courier/pop3d | grep -v "^$" PIDFILE=/var/run/courier/pop3d.pid MAXDAEMONS=40 MAXPERIP=4 AUTHMODULES="authdaemon" AUTHMODULES_ORIG="authdaemon" POP3AUTH="" POP3AUTH_ORIG="LOGIN CRAM-MD5 CRAM-SHA1" POP3AUTH_TLS="" POP3AUTH_TLS_ORIG="LOGIN PLAIN" PORT=110 ADDRESS=0 TCPDOPTS="-nodnslookup -noidentlookup" POP3DSTART=YES # ps auxwww|grep courier| grep -v tcpd root 29338 0.0 0.2 1412 316 ? S 10:23 0:00 /usr/sbin/courierlogger pop3d-ssl root 29363 0.0 0.2 1412 316 ? S 10:23 0:00 /usr/sbin/courierlogger imapd-ssl root 29374 0.0 0.2 1412 316 ? S 10:23 0:00 /usr/sbin/courierlogger imaplogin root 29670 0.0 0.4 1548 544 ? S 10:37 0:00 /usr/lib/courier/authlib/authdaemond.plain start root 29671 0.0 0.4 1548 544 ? S 10:37 0:00 /usr/lib/courier/authlib/authdaemond.plain start root 29672 0.0 0.4 1548 544 ? S 10:37 0:00 /usr/lib/courier/authlib/authdaemond.plain start root 29673 0.0 0.4 1548 544 ? S 10:37 0:00 /usr/lib/courier/authlib/authdaemond.plain start root 29674 0.0 0.4 1548 544 ? S 10:37 0:00 /usr/lib/courier/authlib/authdaemond.plain start root 29675 0.0 0.5 1676 668 ? S 10:37 0:00 /usr/lib/courier/authlib/authdaemond.plain start root 29689 0.0 0.3 1420 432 ? S 10:37 0:00 /usr/sbin/courierlogger courierpop3login # grep -v "^#" /etc/courier/authdaemonrc | grep -v "^$" authmodulelist="authpam" authmodulelistorig="authcustom authcram authuserdb authldap authmysql authpam" daemons=5 version="" authdaemonvar=/var/run/courier/authdaemon # cat /etc/courier/authmodulelist authdaemon -- Ralf Hildebrandt (Im Auftrag des Referat V a) [EMAIL PROTECTED] Charite Campus Mitte Tel. +49 (0)30-450 570-155 Referat V a - Kommunikationsnetze - Fax. +49 (0)30-450 570-916 Linux is like an indian's tent: No gates, no windows, and apache inside. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
