From: Frank Brehm Date: Thu, 27 Apr 2017 08:24:45 +0000 (+0200) Subject: Fixing Postfix configuration for mail relays X-Git-Tag: v0.1.0~3100^2~4 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=10eef826e4d303dcbd6ca6e14854228eb5e81265;p=pixelpark%2Fhiera.git Fixing Postfix configuration for mail relays --- 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: