Update opendkim config file for el9
This commit is contained in:
parent
873b49e5a3
commit
997b8ba06f
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ AutoRestartRate 10/1h
|
|||
## Specifies the path to the process ID file.
|
||||
{% if ansible_os_family == "RedHat" and ansible_distribution_major_version == '7' %}
|
||||
PidFile /var/run/opendkim/opendkim.pid
|
||||
{% elif ansible_os_family == "RedHat" and ansible_distribution_major_version == '8' %}
|
||||
{% elif ansible_os_family == "RedHat" and ansible_distribution_major_version >= '8' %}
|
||||
PidFile /run/opendkim/opendkim.pid
|
||||
{% endif %}
|
||||
|
||||
|
|
@ -60,6 +60,7 @@ LogWhy yes
|
|||
UserID opendkim:opendkim
|
||||
|
||||
## Create a socket through which your MTA can communicate.
|
||||
#Socket local:/run/opendkim/opendkim.sock
|
||||
Socket inet:8891@localhost
|
||||
|
||||
## Required to use local socket with MTAs that access the socket as a non-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue