[exim-cvs] DKIM ACL Documentation

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Exim Git Commits Mailing List
Data:  
Para: exim-cvs
Asunto: [exim-cvs] DKIM ACL Documentation
Gitweb: http://git.exim.org/exim.git/commitdiff/d3cdb3e0489effeb3134c0a7b9da24aee532b1ba
Commit:     d3cdb3e0489effeb3134c0a7b9da24aee532b1ba
Parent:     57730b52dcfa2495c48407db6a5dfecf492d75b8
Author:     Nigel Metheringham <nigel@???>
AuthorDate: Sun Dec 26 18:17:23 2010 +0000
Committer:  Nigel Metheringham <nigel@???>
CommitDate: Sun Dec 26 18:17:23 2010 +0000


    DKIM ACL Documentation


    Fixes: bug #929
---
 doc/doc-docbook/spec.xfpt |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 27823a4..66dfab7 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>>&.