From: Jeremy Harris Date: Mon, 5 Apr 2021 12:06:42 +0000 (+0100) Subject: Docs: add example for DKIM dual-signing X-Git-Url: https://git.exim.org/users/heiko/exim.git/commitdiff_plain/426abccb20f089343f380b1f5b4cfc0bbcf81d90?hp=5a8f5d724bbfd81cb2b89540e395359aaedc6c17 Docs: add example for DKIM dual-signing --- diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index e6135eb52..394cd0539 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