diff options
author | 2024-07-30 00:57:21 +0100 | |
---|---|---|
committer | 2024-07-31 13:25:56 +0100 | |
commit | eb54d9871610dcf5362c0fc67fa2bcdcae9ea1ff (patch) | |
tree | 1c2190d74d0b42cf7fbb8399b4e719a9421c477a /ansible | |
parent | dmarc: reject failures (diff) |
dkim: increase logging verbosity
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/roles/opendkim/templates/opendkim.conf.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible/roles/opendkim/templates/opendkim.conf.j2 b/ansible/roles/opendkim/templates/opendkim.conf.j2 index cb42d76..4914452 100644 --- a/ansible/roles/opendkim/templates/opendkim.conf.j2 +++ b/ansible/roles/opendkim/templates/opendkim.conf.j2 @@ -8,6 +8,10 @@ Canonicalization relaxed/simple #SubDomains no OversignHeaders From +Syslog yes +SyslogSuccess yes +LogWhy yes + # Configure which keys reference which private key on the filesystem and which # key we use for each domain KeyTable /etc/opendkim/keytable |