From 23aece35e1084f04162ef23ee0aab2f52ef45ec1 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sun, 14 Nov 2021 16:10:05 -0600 Subject: [PATCH] OpenDKIM verify only mode config --- templates/Fedora/35/etc/opendkim.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Fedora/35/etc/opendkim.conf b/templates/Fedora/35/etc/opendkim.conf index 7994b76..992e0b2 100644 --- a/templates/Fedora/35/etc/opendkim.conf +++ b/templates/Fedora/35/etc/opendkim.conf @@ -96,7 +96,7 @@ MinimumKeyBits 1024 ## Gives the location of a private key to be used for signing ALL messages. This ## directive is ignored if KeyTable is enabled. -KeyFile /etc/opendkim/keys/default.private +# KeyFile /etc/opendkim/keys/default.private ## Gives the location of a file mapping key names to signing keys. In simple terms, ## this tells OpenDKIM where to find your keys. If present, overrides any KeyFile @@ -131,4 +131,4 @@ OversignHeaders From ## policies retrieved from DNS, rather than relying on the nameserver for ## caching service. Useful if the nameserver being used by the filter is ## not local. -# QueryCache yes +QueryCache yes