summaryrefslogtreecommitdiff
path: root/doc/doc-docbook
diff options
context:
space:
mode:
authorNigel Metheringham <nigel@exim.org>2010-12-26 18:17:23 +0000
committerNigel Metheringham <nigel@exim.org>2010-12-26 18:17:23 +0000
commitd3cdb3e0489effeb3134c0a7b9da24aee532b1ba (patch)
tree3e3a3a05a9ee316c98f490cd24d958ee656283aa /doc/doc-docbook
parent57730b52dcfa2495c48407db6a5dfecf492d75b8 (diff)
DKIM ACL Documentation
Fixes: bug #929
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r--doc/doc-docbook/spec.xfpt13
1 files changed, 13 insertions, 0 deletions
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 &<<CHID12>>&.
+.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 &<<CHAPexiscan>>&.