From 68a0469a679c12d5bd314bfbd07b70d0bcbf5cf2 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 9 Sep 2019 12:14:25 +0200 Subject: [PATCH] Missing definitions commented out --- ansible/roles/ispmail-postfix/files/master.cf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/roles/ispmail-postfix/files/master.cf b/ansible/roles/ispmail-postfix/files/master.cf index b2e0df9..c2df31b 100644 --- a/ansible/roles/ispmail-postfix/files/master.cf +++ b/ansible/roles/ispmail-postfix/files/master.cf @@ -20,9 +20,9 @@ submission inet n - y - - smtpd -o smtpd_sasl_auth_enable=yes -o smtpd_tls_auth_only=yes -o smtpd_reject_unlisted_recipient=no - -o smtpd_client_restrictions=$mua_client_restrictions - -o smtpd_helo_restrictions=$mua_helo_restrictions - -o smtpd_sender_restrictions=$mua_sender_restrictions +# -o smtpd_client_restrictions=$mua_client_restrictions +# -o smtpd_helo_restrictions=$mua_helo_restrictions +# -o smtpd_sender_restrictions=$mua_sender_restrictions -o smtpd_recipient_restrictions= -o smtpd_relay_restrictions=permit_sasl_authenticated,reject -o milter_macro_daemon_name=ORIGINATING