1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-11-25 23:10:54 +00:00

Set dkim canonicalization to relaxed/relaxed as recommended by #2239

This commit is contained in:
KiekerJan 2025-11-01 20:54:49 +01:00
parent 2d0ca67e85
commit 1cf5d30a9c

View File

@ -31,7 +31,7 @@ if grep -q "ExternalIgnoreList" /etc/opendkim.conf; then
else
# Add various configuration options to the end of `opendkim.conf`.
cat >> /etc/opendkim.conf << EOF;
Canonicalization relaxed/simple
Canonicalization relaxed/relaxed
MinimumKeyBits 1024
ExternalIgnoreList refile:/etc/opendkim/TrustedHosts
InternalHosts refile:/etc/opendkim/TrustedHosts