Ajout de ce qu’il faut pour DMARC/DKIM
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
- opendkim-tools
|
||||
|
||||
- name: main configuration files
|
||||
copy:
|
||||
src: ./files/opendkim.conf
|
||||
template:
|
||||
src: opendkim.conf
|
||||
dest: /etc/opendkim.conf
|
||||
notify:
|
||||
- restart opendkim
|
||||
|
@@ -4,7 +4,8 @@ MilterDebug 1
|
||||
Syslog yes
|
||||
UMask 002
|
||||
OversignHeaders From
|
||||
|
||||
Mode sv
|
||||
KeyTable /etc/dkim/KeyTable
|
||||
SigningTable /etc/dkim/SigningTable
|
||||
PidFile /var/run/opendkim/opendkim.pid
|
||||
Nameservers {{ ansible_facts['dns']['nameservers']|join(',') }}
|
Reference in New Issue
Block a user