From 426abccb20f089343f380b1f5b4cfc0bbcf81d90 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 5 Apr 2021 13:06:42 +0100 Subject: [PATCH] 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 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 -- 2.30.2