Import Debian changes 0.69.0-2
[hcoop/debian/courier-authlib.git] / NEWS
1 Courier Authentication Library
2
3 A new SQLite authentication module has been added to the Courier
4 Authentication Library. It's considered to be in experimental or testing
5 status.
6
7 Debugging
8
9 To generate additional debugging messages, edit the authdaemond startup
10 script (installed in /usr/local/bin by default), and add the following to
11 the script:
12
13 DEBUG_LOGIN=2
14 export DEBUG_LOGIN
15
16 Debugging messages from the authentication daemon processes will be sent
17 to the syslog facility, and recorded in whatever log file syslog is
18 configured to use (usually /var/log/messages or /var/log/maillog).