qpsmtpd/lib/Qpsmtpd
Matt Simerson a6b563a40c tested and working Authentication-Results
changed the method of saving results. Instead of appending to/from a header, plugins save results to a connection note.

Qpsmtpd::SMTP.pm has a new method that inserts the Authentication-Results header
The smtp-auth information has been removed from the Received header

Authentication-Results providing plugins have been updated to store results in connection note
2013-05-02 03:30:48 -04:00
..
Plugin/Async initial import - based on my qpsmtpd fork 2012-06-22 05:38:01 -04:00
Postfix find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
SMTP find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
TcpServer find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
Address.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
Auth.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
Command.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
ConfigServer.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
Connection.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
Constants.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
DSN.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
Plugin.pm tested and working Authentication-Results 2013-05-02 03:30:48 -04:00
PollServer.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
Postfix.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
SMTP.pm tested and working Authentication-Results 2013-05-02 03:30:48 -04:00
TcpServer.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
Transaction.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
Utils.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00