diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-02-02 12:44:41 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-02-02 12:44:41 +0000 |
commit | 30c7614399ba7b739f8d0128d23011e46fb39e14 (patch) | |
tree | f4ecbd02fd0e4a6dde374fb1c5b71c5186d6eee2 | |
parent | 2592e6c0eda522da0f6a33f4d32e33598288eb6e (diff) |
Docs: note DKIM signing options in smtp transport chapter
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 904f831e8..cdca6c4b3 100644 --- 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%&. +.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 @@ -38006,7 +38015,7 @@ where you accept mail from relay sources (internal hosts or authenticated senders). -.section "Signing outgoing messages" "SECID513" +.section "Signing outgoing messages" "SECDKIMSIGN" .cindex "DKIM" "signing" Signing is implemented by setting private options on the SMTP transport. |