From 6765a17545d62a8965563a6a99bac5aed0248505 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Sun, 22 Oct 2017 19:44:58 +0200 Subject: [PATCH] Explicitely enable sasl_auth for the internal SMTP (Postifx, sigh..) --- postfix/conf/master.cf | 1 + 1 file changed, 1 insertion(+) diff --git a/postfix/conf/master.cf b/postfix/conf/master.cf index c0f68233..d64645a1 100644 --- a/postfix/conf/master.cf +++ b/postfix/conf/master.cf @@ -6,6 +6,7 @@ smtp inet n - n - - smtpd # Internal SMTP service 10025 inet n - n - - smtpd + -o smtpd_sasl_auth_enable=yes -o smtpd_recipient_restrictions=reject_unlisted_sender,reject_sender_login_mismatch,permit -o cleanup_service_name=outclean outclean unix n - n - 0 cleanup