From e625bc9adb1a9d053201952cf20f5e38ff16aa5b Mon Sep 17 00:00:00 2001 From: kaiyou Date: Sun, 5 Nov 2017 17:36:13 +0100 Subject: [PATCH] Update the milter port on Postfix --- core/postfix/conf/main.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/postfix/conf/main.cf b/core/postfix/conf/main.cf index 099a4354..c538247a 100644 --- a/core/postfix/conf/main.cf +++ b/core/postfix/conf/main.cf @@ -93,7 +93,7 @@ smtpd_recipient_restrictions = # Milter ############### -smtpd_milters = inet:antispam:9900 +smtpd_milters = inet:antispam:11332 milter_protocol = 6 milter_mail_macros = i {mail_addr} {client_addr} {client_name} {auth_authen} milter_default_action = tempfail