qpsmtpd/lib/Qpsmtpd
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
..
Plugin/Async Create async version of dns_whitelist_soft, rhsbl and uribl plugins. 2008-06-02 15:51:04 +00:00
Postfix Script to generate Qpsmtpd::Postfix::Constants from the Postfix source. 2006-11-01 02:28:41 +00:00
SMTP unrecognized command fix for http://code.google.com/p/smtpd/issues/detail?id=16 2007-08-19 06:49:42 +00:00
TcpServer Run hook_reset_transaction after all connections 2010-09-15 14:32:53 +08:00
Address.pm The bare postmaster address is case-insensitive 2009-03-14 17:18:13 +00:00
Auth.pm Altered SASL method to include the mechanism in log entries. 2012-05-06 16:20:25 -07:00
Command.pm Command.pm, promoted strictures to 1st line of code 2012-05-06 16:06:54 -07:00
ConfigServer.pm remove vestiges of a bygone RCS 2010-05-09 23:22:13 -07:00
Connection.pm Shorten/clarify Connection and Transaction notes() 2010-09-15 14:32:53 +08:00
Constants.pm IPv6 support from issue #7. 2007-05-17 22:16:27 +00:00
DSN.pm POD syntax cleanup (Steve Kemp) 2007-09-03 15:47:08 +00:00
Plugin.pm End of headers hook: data_headers_end 2009-02-10 02:49:38 -05:00
PollServer.pm async: add connection->local_ip, connection->local_port 2008-12-15 20:48:42 +00:00
Postfix.pm Add support for multiple postfix cleanup sockets 2010-09-15 14:32:54 +08:00
SMTP.pm SMTP.pm, add missing ; and remove useless if 2012-05-06 15:50:57 -07:00
TcpServer.pm removed TODO, p0f v3 doesn't need that extra info 2012-05-06 16:01:57 -07:00
Transaction.pm Revert "Spool body when $transaction->body_fh() is called" 2010-10-29 22:23:58 -07:00
Utils.pm add thhe Utils.pm module 2002-09-24 18:53:45 +00:00