qpsmtpd/docs
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
..
advanced.pod More POD fixups in docs/ 2009-06-03 01:11:11 -07:00
authentication.pod Altered SASL method to include the mechanism in log entries. 2012-05-06 16:20:25 -07:00
config.pod Fix spool_dir configuration documentation 2009-06-21 16:49:56 -07:00
development.pod updated URL to new github repo 2012-04-28 20:05:06 -07:00
FAQ.pod added FAQ with 3 answers. 2012-05-06 15:46:19 -07:00
hooks.pod More POD fixups in docs/ 2009-06-03 01:11:11 -07:00
logging.pod Plugin doc split into multiple files 2009-02-12 00:47:53 -08:00
plugins.pod More POD fixups in docs/ 2009-06-03 01:11:11 -07:00
writing.pod More POD fixups in docs/ 2009-06-03 01:11:11 -07:00