git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
468c0c7
)
Docs: note DKIM signing options in smtp transport chapter
author
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 2 Feb 2016 12:44:41 +0000
(12:44 +0000)
committer
Heiko Schlittermann (HS12-RIPE)
<hs@schlittermann.de>
Tue, 2 Feb 2016 14:43:49 +0000
(15:43 +0100)
doc/doc-docbook/spec.xfpt
patch
|
blob
|
history
diff --git
a/doc/doc-docbook/spec.xfpt
b/doc/doc-docbook/spec.xfpt
index 904f831e8abe9893fedc89025bb95e25895a3de1..cdca6c4b34853e356e6ff41573928871a4be79b6 100644
(file)
--- a/
doc/doc-docbook/spec.xfpt
+++ b/
doc/doc-docbook/spec.xfpt
@@
-23418,6
+23418,15
@@
the message. As a result, the overall timeout for a message depends on the size
of the message. Its value must not be zero. See also &%final_timeout%&.
of the message. Its value must not be zero. See also &%final_timeout%&.
+.option dkim_domain smtp string&!! unset
+.option dkim_selector smtp string&!! unset
+.option dkim_private_key smtp string&!! unset
+.option dkim_canon smtp string&!! unset
+.option dkim_strict smtp string&!! unset
+.option dkim_sign_headers smtp string&!! unset
+DKIM signing options. For details see &<<SECDKIMSIGN>>&.
+
+
.option delay_after_cutoff smtp boolean true
This option controls what happens when all remote IP addresses for a given
domain have been inaccessible for so long that they have passed their retry
.option delay_after_cutoff smtp boolean true
This option controls what happens when all remote IP addresses for a given
domain have been inaccessible for so long that they have passed their retry
@@
-38006,7
+38015,7
@@
where you accept mail from relay sources (internal hosts or authenticated
senders).
senders).
-.section "Signing outgoing messages" "SEC
ID513
"
+.section "Signing outgoing messages" "SEC
DKIMSIGN
"
.cindex "DKIM" "signing"
Signing is implemented by setting private options on the SMTP transport.
.cindex "DKIM" "signing"
Signing is implemented by setting private options on the SMTP transport.