Qpsmtpd:domainkeys
NAME
domainkeys: validate a DomainKeys signature on an incoming mail
SYNOPSIS
domainkeys [reject 1]
Performs a DomainKeys validation on the message.
DEPRECATION
You should probably NOT be using this plugin. DomainKeys has been deprecated in favor of DKIM. That being said, it's March 2013 and I'm still seeing ham arrive with DomainKeys signatures.
CONFIGURATION
reject
reject 1
Reject is a boolean that toggles message rejection on or off. Messages failing DomainKeys validation are rejected by default.
reject_type
reject_type [ temp | perm ]
The default rejection type is permanent.
warn_only
A deprecated option that disables message rejection. See reject instead.
COPYRIGHT
Copyright (C) 2005-2006 John Peacock.
Portions Copyright (C) 2004 Anthony D. Urso. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHORS
Matt Simerson - 2013 - save results to Authentication-Results header instead of DomainKey-Status Matt Simerson - 2012 - refactored, added tests, safe loading John Peacock - 2005-2006 Anthony D. Urso. - 2004