From ca0c57e1dac11148aa523a29ae3ee3caf23b9de9 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sun, 14 May 2023 20:43:09 -0500 Subject: [PATCH] Update OpenDKIM configuration --- templates/Fedora/38/etc/opendkim.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/Fedora/38/etc/opendkim.conf b/templates/Fedora/38/etc/opendkim.conf index 992e0b2..aefddf4 100644 --- a/templates/Fedora/38/etc/opendkim.conf +++ b/templates/Fedora/38/etc/opendkim.conf @@ -31,7 +31,7 @@ ## CONFIGURATION OPTIONS ## Specifies the path to the process ID file. -PidFile /run/opendkim/opendkim.pid +#PidFile /run/opendkim/opendkim.pid ## Selects operating modes. Valid modes are s (sign) and v (verify). Default is v. ## Must be changed to s (sign only) or sv (sign and verify) in order to sign outgoing @@ -53,7 +53,8 @@ LogWhy yes UserID opendkim:opendkim ## Create a socket through which your MTA can communicate. -Socket inet:8891@localhost +#Socket inet:8891@localhost +Socket local:/run/opendkim/opendkim.sock ## Required to use local socket with MTAs that access the socket as a non- ## privileged user (e.g. Postfix) @@ -131,4 +132,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