aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-07-29 23:10:44 +0100
committerGravatar Joe Banks <[email protected]>2024-07-31 13:25:55 +0100
commit45e385d9af6f206c74e7b010e8f09df2815f472b (patch)
tree20ca0204da15cc6cb5283b67c6fec5d4e3c46c49
parentdkim: run opendkim role on mail hosts (diff)
dkim: enable dkim milter
-rw-r--r--ansible/roles/postfix/templates/main.cf.j23
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