Use default
This commit is contained in:
parent
b2431d8f37
commit
0be9845c7c
|
@ -13,7 +13,7 @@
|
||||||
dest: '/etc/opendkim.conf'
|
dest: '/etc/opendkim.conf'
|
||||||
follow: yes
|
follow: yes
|
||||||
owner: opendkim
|
owner: opendkim
|
||||||
mode: 700
|
mode: "700"
|
||||||
tags:
|
tags:
|
||||||
- opendkim
|
- opendkim
|
||||||
notify: Run service actions
|
notify: Run service actions
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
dest: '/etc/opendkim-data/{{ item }}'
|
dest: '/etc/opendkim-data/{{ item }}'
|
||||||
follow: yes
|
follow: yes
|
||||||
owner: opendkim
|
owner: opendkim
|
||||||
mode: 700
|
mode: "700"
|
||||||
tags:
|
tags:
|
||||||
- opendkim
|
- opendkim
|
||||||
notify: Run service actions
|
notify: Run service actions
|
||||||
|
|
|
@ -16,7 +16,7 @@ UMask 007
|
||||||
|
|
||||||
# Commonly-used options; the commented-out versions show the defaults.
|
# Commonly-used options; the commented-out versions show the defaults.
|
||||||
Canonicalization relaxed/simple
|
Canonicalization relaxed/simple
|
||||||
#Mode sv
|
Mode sv
|
||||||
#SubDomains no
|
#SubDomains no
|
||||||
AutoRestart yes
|
AutoRestart yes
|
||||||
Background yes
|
Background yes
|
||||||
|
@ -43,15 +43,7 @@ Socket local:/var/spool/postfix/opendkim/opendkim.sock
|
||||||
### normal operations.
|
### normal operations.
|
||||||
#
|
#
|
||||||
PidFile /run/opendkim/opendkim.pid
|
PidFile /run/opendkim/opendkim.pid
|
||||||
|
#
|
||||||
|
|
||||||
# Always oversign From (sign using actual From and a null From to prevent
|
|
||||||
# malicious signatures header fields (From and/or others) between the signer
|
|
||||||
# and the verifier. From is oversigned by default in the Debian pacakge
|
|
||||||
# because it is often the identity key used by reputation systems and thus
|
|
||||||
# somewhat security sensitive.
|
|
||||||
OversignHeaders From
|
|
||||||
|
|
||||||
## ResolverConfiguration filename
|
## ResolverConfiguration filename
|
||||||
## default (none)
|
## default (none)
|
||||||
##
|
##
|
||||||
|
|
Reference in New Issue