mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 07:05:19 +02:00
24 lines
564 B
Plaintext
24 lines
564 B
Plaintext
![]() |
Syslog yes
|
||
|
LogResults yes
|
||
|
LogWhy yes
|
||
|
SyslogSuccess yes
|
||
|
UMask 007
|
||
|
{% if item == 'signer' %}
|
||
|
KeyTable /etc/opendkim/keytable
|
||
|
SigningTable /etc/opendkim/signingtable
|
||
|
Mode s
|
||
|
InternalHosts 0.0.0.0/0
|
||
|
{% else %}
|
||
|
Mode v
|
||
|
AllowSHA1Only yes
|
||
|
AlwaysAddARHeader yes
|
||
|
{% endif %}
|
||
|
Socket local:/var/run/opendkim/{{ item }}.sock
|
||
|
PidFile /var/run/opendkim/{{ item }}.pid
|
||
|
TrustAnchorFile /usr/share/dns/root.key
|
||
|
UserID opendkim
|
||
|
Background no
|
||
|
{% if pmg_dkim_nameservers is defined and pmg_dkim_nameservers | length > 0 %}
|
||
|
Nameservers {{ pmg_dkim_nameservers | join(',') }}
|
||
|
{% endif %}
|