[exim-cvs] Docs: add example for DKIM dual-signing

Inizio della pagina
Delete this message
Reply to this message
Autore: Exim Git Commits Mailing List
Data:  
To: exim-cvs
Oggetto: [exim-cvs] Docs: add example for DKIM dual-signing
Gitweb: https://git.exim.org/exim.git/commitdiff/426abccb20f089343f380b1f5b4cfc0bbcf81d90
Commit:     426abccb20f089343f380b1f5b4cfc0bbcf81d90
Parent:     5a8f5d724bbfd81cb2b89540e395359aaedc6c17
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Mon Apr 5 13:06:42 2021 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Mon Apr 5 13:06:42 2021 +0100


    Docs: add example for DKIM dual-signing
---
 doc/doc-docbook/spec.xfpt | 9 +++++++++
 1 file changed, 9 insertions(+)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index e6135eb..394cd05 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -41119,6 +41119,15 @@ option along with &%$dkim_domain%&.
If the option is empty after expansion, DKIM signing is not done for this domain,
and no error will result even if &%dkim_strict%& is set.

+.new
+To do, for example, dual-signing with RSA and EC keys
+this could be be used:
+.code
+dkim_selector = ec_sel : rsa_sel
+dkim_private_key = KEYS_DIR/$dkim_selector
+.endd
+.wen
+
.option dkim_private_key smtp string&!! unset
This sets the private key to use.
You can use the &%$dkim_domain%& and