diff options
-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 }} |