From 10eef826e4d303dcbd6ca6e14854228eb5e81265 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 27 Apr 2017 10:24:45 +0200 Subject: [PATCH] Fixing Postfix configuration for mail relays --- customer/pixelpark-mail/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/pixelpark-mail/common.yaml b/customer/pixelpark-mail/common.yaml index 59b4083c..9a85ff88 100644 --- a/customer/pixelpark-mail/common.yaml +++ b/customer/pixelpark-mail/common.yaml @@ -165,7 +165,7 @@ infra::profile::postfix::configs: smtpd_recipient_restrictions: ensure: 'absent' smtpd_relay_restrictions: - value: "check_client_access hash:/etc/postfix/maps/access_client, check_recipient_access hash:/etc/postfix/maps/access_recipient, check_sender_access hash:/etc/postfix/maps/access_sender, reject_non_fqdn_recipient, reject_non_fqdn_sender, reject_invalid_helo_hostname, permit_mynetworks, permit_tls_clientcerts, reject_unauth_destination, reject_unauth_destination, reject_unverified_recipient, permit" + value: "check_client_access hash:/etc/postfix/maps/access_client, check_recipient_access hash:/etc/postfix/maps/access_recipient, check_sender_access hash:/etc/postfix/maps/access_sender, reject_non_fqdn_recipient, reject_non_fqdn_sender, reject_invalid_helo_hostname, permit_mynetworks, permit_sasl_authenticated, permit_tls_clientcerts, reject_unauth_destination, reject_unauth_destination, reject_unverified_recipient, permit" smtpd_sasl_auth_enable: value: 'yes' smtpd_sasl_authenticated_header: -- 2.39.5