summaryrefslogtreecommitdiffstats
path: root/opendkim.conf
diff options
context:
space:
mode:
Diffstat (limited to 'opendkim.conf')
-rw-r--r--opendkim.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/opendkim.conf b/opendkim.conf
index 5933b4e..6561f26 100644
--- a/opendkim.conf
+++ b/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)