Compare commits
No commits in common. "21e36125936dab4cfd80736bdd6ff688273b1e70" and "873b49e5a34b47014cf9085152a336842fb33fde" have entirely different histories.
21e3612593
...
873b49e5a3
2 changed files with 4 additions and 4 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,7 +60,6 @@ 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-
|
||||
|
|
|
|||
|
|
@ -810,6 +810,7 @@ milter_protocol = 2
|
|||
|
||||
# SASL
|
||||
smtpd_sasl_auth_enable = yes
|
||||
broken_sasl_auth_clients = yes
|
||||
smtpd_sasl_type = dovecot
|
||||
smtpd_sasl_path = private/auth
|
||||
smtpd_sasl_authenticated_header = yes
|
||||
|
|
@ -831,7 +832,7 @@ smtpd_tls_CAfile = /etc/lego/certificates/{{ postfix_myhostname }}.issuer.crt
|
|||
{% endif %}
|
||||
smtpd_tls_loglevel = 1
|
||||
smtpd_tls_session_cache_timeout = 3600s
|
||||
#smtpd_tls_session_cache_database = btree:/var/spool/postfix/smtpd_tls_cache
|
||||
smtpd_tls_session_cache_database = btree:/var/spool/postfix/smtpd_tls_cache
|
||||
smtpd_use_tls=yes
|
||||
smtpd_tls_auth_only = yes
|
||||
smtpd_tls_mandatory_ciphers=high
|
||||
|
|
@ -847,7 +848,7 @@ smtp_tls_cert_file = /etc/lego/certificates/{{ postfix_myhostname }}.crt
|
|||
smtp_tls_CAfile = /etc/lego/certificates/{{ postfix_myhostname }}.issuer.crt
|
||||
smtp_tls_loglevel = 1
|
||||
smtp_tls_session_cache_timeout = 3600s
|
||||
#smtp_tls_session_cache_database = btree:/var/spool/postfix/smtpd_tls_cache
|
||||
smtp_tls_session_cache_database = btree:/var/spool/postfix/smtpd_tls_cache
|
||||
smtp_use_tls=yes
|
||||
smtp_tls_mandatory_ciphers=high
|
||||
smtp_tls_protocols = !SSLv2, !SSLv3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue