Lenz Weber writes:
Unfortunately, I don't get much more information from Courier:> Jul 23 23:58:03 localhost imapd-ssl: Connection, ip=[::ffff:...] > Jul 23 23:58:06 localhost imapd-ssl: LOGIN FAILED, > method=EXTERNAL, ip=[::ffff:...] > Jul 23 23:58:12 localhost imapd-ssl: Disconnected, > ip=[::ffff:...], time=9, starttls=1 Are there any more logging options in COURIER that I can enable? This mode seems to bypass authdaemon and I haven't find any log level options besides authdaemon.
No, it does not bypass authdaemon.Did you set DEBUG_LOGIN in authdaemonrc? After setting it, you need to restart authdaemon.
Additionally: Rename the imaplogin executable in your sbin directory to imaplogin.save Install the following shell script as imaplogin: #!/bin/sh env >/tmp/imapd.environ exec /usr/sbin/imaplogin.save "$@"Make sure it's executable permissions are set, and use the full path to imaplogin.save, as appropriate.
Do a test connection to port 993, and look at the environment variabls in imapd.environ. You'll be looking for all the TLS_SUBJECT_<header> environment variables, that contain the certificate data.
pgp0sqrcYfDXi.pgp
Description: PGP signature
------------------------------------------------------------------------------
_______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
