diff options
author | 2024-07-29 23:10:44 +0100 | |
---|---|---|
committer | 2024-07-31 13:25:55 +0100 | |
commit | 45e385d9af6f206c74e7b010e8f09df2815f472b (patch) | |
tree | 20ca0204da15cc6cb5283b67c6fec5d4e3c46c49 | |
parent | dkim: run opendkim role on mail hosts (diff) |
dkim: enable dkim milter
-rw-r--r-- | ansible/roles/postfix/templates/main.cf.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/postfix/templates/main.cf.j2 b/ansible/roles/postfix/templates/main.cf.j2 index 43a93eb..bd28cc4 100644 --- a/ansible/roles/postfix/templates/main.cf.j2 +++ b/ansible/roles/postfix/templates/main.cf.j2 @@ -26,6 +26,9 @@ smtpd_relay_restrictions = reject_unauth_pipelining check_policy_service unix:private/policyd-spf, +smtpd_milters = inet:localhost:8891 +non_smtpd_milters = $smtpd_milters + myorigin = /etc/mailname myhostname = mail.pydis.wtf |