diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-05-16 18:26:53 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-05-16 18:26:55 +0200 |
commit | 2f9574850b356a746ee3ff9a8a311c450784b53c (patch) | |
tree | b4da3e9490c148c2ec1a67e7900bc6adaa27ffb9 /roles/MX/templates/etc | |
parent | 809a185dca11424cef6220b5314a8b7aed487164 (diff) |
MX: Install OpenDMARC to add Authentication-Results headers.
On the infrastructure boundary. We don't reject/quarantine as it would
affect members who forward their mail sent to <user@example.com> to
<user@fripost.org>. Members can install Sieve rules to send any
messages with failed Authentication-Results headers directly in their
spambox.
Diffstat (limited to 'roles/MX/templates/etc')
-rw-r--r-- | roles/MX/templates/etc/postfix/main.cf.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/MX/templates/etc/postfix/main.cf.j2 b/roles/MX/templates/etc/postfix/main.cf.j2 index a2cc2a8..5c2f97b 100644 --- a/roles/MX/templates/etc/postfix/main.cf.j2 +++ b/roles/MX/templates/etc/postfix/main.cf.j2 @@ -123,6 +123,7 @@ postscreen_dnsbl_sites = postscreen_greet_action = enforce postscreen_whitelist_interfaces = static:all +smtpd_milters = { unix:public/opendmarc, protocol=6, default_action=accept } smtpd_client_restrictions = permit_mynetworks |