From 9267749fedee1fc585f04ea55ce09f1e2f359d20 Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Fri, 25 Aug 2023 16:45:25 +0200 Subject: [PATCH] Restructured main.cf --- data/conf/postfix/main.cf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/data/conf/postfix/main.cf b/data/conf/postfix/main.cf index 237b4263..041efc00 100644 --- a/data/conf/postfix/main.cf +++ b/data/conf/postfix/main.cf @@ -87,12 +87,6 @@ smtpd_error_sleep_time = 10s smtpd_hard_error_limit = ${stress?1}${stress:5} smtpd_helo_required = yes smtpd_proxy_timeout = 600s -smtpd_recipient_restrictions = check_recipient_mx_access proxy:mysql:/opt/postfix/conf/sql/mysql_mbr_access_maps.cf, - permit_sasl_authenticated, - permit_mynetworks, - check_recipient_access proxy:mysql:/opt/postfix/conf/sql/mysql_tls_enforce_in_policy.cf, - reject_invalid_helo_hostname, - reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_authenticated_header = yes smtpd_sasl_path = inet:dovecot:10001