Update OpenDKIM configuration
This commit is contained in:
parent
4494865cf1
commit
ca0c57e1da
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user