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