diff options
author | 2024-08-04 20:45:47 +0100 | |
---|---|---|
committer | 2024-08-04 20:45:47 +0100 | |
commit | 09982a6eea76606945847c8b8044842b2cb067fc (patch) | |
tree | fde94f9fe79fd267de1562b5e922c9b986b64745 | |
parent | spf: hard-fail all SPF records (diff) |
Update milter configuration in Postfix
-rw-r--r-- | ansible/roles/postfix/templates/main.cf.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/roles/postfix/templates/main.cf.j2 b/ansible/roles/postfix/templates/main.cf.j2 index 9c99715..1cc1880 100644 --- a/ansible/roles/postfix/templates/main.cf.j2 +++ b/ansible/roles/postfix/templates/main.cf.j2 @@ -39,6 +39,8 @@ smtpd_relay_restrictions = smtpd_milters = inet:localhost:8891,inet:localhost:8893 non_smtpd_milters = $smtpd_milters +milter_default_action = reject +milter_protocol = 6 myorigin = /etc/mailname myhostname = {{ postfix_mailserver_name }} |