Changes

From SME Server
Jump to navigationJump to search
1,639 bytes added ,  15:01, 8 April 2019
Created page with "<span id="_top">Qpsmtpd#Plugins</span> = NAME = domainkeys: validate a DomainKeys signature on an incoming mail = SYNOPSIS = <pre> domainkeys [..."
<span id="_top">[[Qpsmtpd#Plugins]]</span>
= [[#___top|NAME]] =

domainkeys: validate a DomainKeys signature on an incoming mail

= [[#___top|SYNOPSIS]] =

<pre> domainkeys [reject 1]</pre>
Performs a DomainKeys validation on the message.

= [[#___top|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.

= [[#___top|CONFIGURATION]] =

== [[#___top|reject]] ==

<pre> reject 1</pre>
Reject is a boolean that toggles message rejection on or off. Messages failing DomainKeys validation are rejected by default.

== [[#___top|reject_type]] ==

<pre> reject_type [ temp | perm ]</pre>
The default rejection type is permanent.

== [[#___top|warn_only]] ==

A deprecated option that disables message rejection. See reject instead.

= [[#___top|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.

= [[#___top|AUTHORS]] =

<pre> 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</pre>
<!-- Generated Mon Apr 8 09:00:47 EDT 2019 using
perldoc -T -ohtml $plugins/$1 \|pandoc -f html -t mediawiki \|sed '1 i\\n\n\n<span id="_top">[[Qpsmtpd#Plugins]]</span>' \|sed -e 's#</d.>##'
-->
----
[[Category:Qpsmtpd|domainkeys]]

Navigation menu