From 3d1e5523d447cb5c2f1959245700284839793445 Mon Sep 17 00:00:00 2001 From: Pierre Jaury Date: Fri, 19 Aug 2016 15:06:52 +0200 Subject: [PATCH] Use a non-starttls configuration for SMTPS port, related to #45 --- postfix/conf/master.cf | 1 + 1 file changed, 1 insertion(+) diff --git a/postfix/conf/master.cf b/postfix/conf/master.cf index 7ff7338e..95aca3c9 100644 --- a/postfix/conf/master.cf +++ b/postfix/conf/master.cf @@ -10,6 +10,7 @@ submission inet n - n - - smtpd smtps inet n - n - - smtpd -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes + -o smtpd_tls_wrappermode=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject # Internal postfix services