Set DKIM policy to relaxed/relaxed
And make this policy configurable.
This commit is contained in:
parent
acaba31d8f
commit
0d9a880c0e
3 changed files with 45 additions and 1 deletions
|
@ -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
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue