From 1cf5d30a9c5cf0f0b7df9e7f224c3741fa15d40d Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Sat, 1 Nov 2025 20:54:49 +0100 Subject: [PATCH] Set dkim canonicalization to relaxed/relaxed as recommended by #2239 --- setup/dkim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/dkim.sh b/setup/dkim.sh index 77d996ab..4c6e8ba2 100755 --- a/setup/dkim.sh +++ b/setup/dkim.sh @@ -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