AH n00b

Joined: 11 Jun 2004 Posts: 32
|
Posted: Mon Jul 25, 2005 6:33 pm Post subject: How to get debug output from courier-authlib? |
|
|
Well, it seems easy, but I have tried everything I can think of.
Authlib says it logs with level debug to syslog and from my metalog configuration that seems to be among the saved information.
Authlib is compiled with USE="debug" if that makes any difference and the configuration file contains DEBUG_LOGIN=2 (yes, for this I want passwords in syslog).
No matter what DEBUG_LOGIN is set to I get the very same information in syslog:
Quote: |
Jul 25 20:19:05 [imapd] Connection, ip=[$IP]
Jul 25 20:19:06 [imapd] LOGIN, user=$USER, ip=[$IP], protocol=IMAP
|
or if I intentionally type the incorrect password:
Quote: |
Jul 25 20:30:20 [imapd] Connection, ip=[$IP]
Jul 25 20:30:22 [imapd] LOGIN FAILED, user=$USER, ip=[$IP]
|
But I want more information than this. Anything that I have missed to enable more verbose logging? I want debug information about the authentication process and the STARTTLS negotiation for example. |
|