summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEro Sennin <ag.services@sologoc.com>2021-10-14 18:45:21 +0000
committerlewo <lewo@abesis.fr>2021-10-14 18:45:21 +0000
commit0d9a880c0e41a553c5d9af4efa62169db7ddeb62 (patch)
tree1417ae33f016e1a18f5e9c5bf3be48f9af560332 /docs
parentacaba31d8f35f640e21a88f1c0719f74b3146568 (diff)
Set DKIM policy to relaxed/relaxed
And make this policy configurable.
Diffstat (limited to 'docs')
-rw-r--r--docs/options.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/options.rst b/docs/options.rst
index d198f5e..253690d 100644
--- a/docs/options.rst
+++ b/docs/options.rst
@@ -627,6 +627,30 @@ mailserver.dkim
~~~~~~~~~~~~~~~
+mailserver.dkimBodyCanonicalization
+-----------------------------------
+
+DKIM canonicalization algorithm for message bodies.
+
+See https://datatracker.ietf.org/doc/html/rfc6376/#section-3.4 for details.
+
+
+- Type: ``one of "relaxed", "simple"``
+- Default: ``relaxed``
+
+
+mailserver.dkimHeaderCanonicalization
+-------------------------------------
+
+DKIM canonicalization algorithm for message headers.
+
+See https://datatracker.ietf.org/doc/html/rfc6376/#section-3.4 for details.
+
+
+- Type: ``one of "relaxed", "simple"``
+- Default: ``relaxed``
+
+
mailserver.dkimKeyBits
----------------------