From: Nigel Metheringham Date: Sun, 26 Dec 2010 18:17:23 +0000 (+0000) Subject: DKIM ACL Documentation X-Git-Tag: exim-4_73 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/d3cdb3e0489effeb3134c0a7b9da24aee532b1ba DKIM ACL Documentation Fixes: bug #929 --- diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 27823a4f1..66dfab7cd 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -24966,6 +24966,19 @@ and try again later, but that is their problem, though it does waste some of your resources. +.new +.section "The SMTP DKIM ACL" "SECTDKIMACL" +The &%acl_smtp_dkim%& ACL is available only when Exim is compiled with DKIM support +enabled (which is the default). + +The ACL test specified by &%acl_smtp_dkim%& happens after a message has been +received, and is executed for each DKIM signature found in a message. If not +otherwise specified, the default action is to accept. + +For details on the operation of DKIM, see chapter &<>&. +.wen + + .section "The SMTP MIME ACL" "SECID194" The &%acl_smtp_mime%& option is available only when Exim is compiled with the content-scanning extension. For details, see chapter &<>&.