qpsmtpd/lib
Matt Simerson a6e664ce83 Altered SASL method to include the mechanism in log entries.
removed auth method from return calls in all auth plugins. The caller knows the mechanism already. In the code, the difference looks like this:

before:
        or return (DENY, "authcvm/$method");
after:
        or return (DENY, "authcvm");

Added debug level log entries in auth_vpopmaild

Conflicts:

	plugins/auth/auth_vpopmail_sql
2012-05-06 16:20:25 -07:00
..
Apache I forgot to sync the code that calls the original config correctly. 2010-09-15 14:33:34 +08:00
Danga Make tls work on async 2008-05-05 12:22:18 +00:00
Qpsmtpd Altered SASL method to include the mechanism in log entries. 2012-05-06 16:20:25 -07:00
Qpsmtpd.pm in log entries, print hook name first 2012-05-06 16:00:58 -07:00