From 92b7ce0acd2e317b028f9d2ac7067d5e4056c32e Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 23 Feb 2021 10:05:02 +0100 Subject: [PATCH] postfix: always enable sasl authentified for relay --- postfix/templates/evolinux_main.cf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/templates/evolinux_main.cf.j2 b/postfix/templates/evolinux_main.cf.j2 index 98b58a71..0c871546 100644 --- a/postfix/templates/evolinux_main.cf.j2 +++ b/postfix/templates/evolinux_main.cf.j2 @@ -20,7 +20,7 @@ smtp_tls_protocols=!SSLv2,!SSLv3 smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache smtp_tls_loglevel = 1 -smtpd_relay_restrictions = permit_mynetworks defer_unauth_destination +smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination {% if postfix_slow_transport_include == True %} # Slow transports configuration