From: Frank Brehm Date: Thu, 1 Jun 2017 14:50:49 +0000 (+0200) Subject: Removing all unnecessary comments from new Postfix configuration X-Git-Tag: v0.1.0~2862^2~1 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=8ea5ccffc91d6f5e30534b17fdbfc08d7abc7a8b;p=pixelpark%2Fhiera.git Removing all unnecessary comments from new Postfix configuration --- diff --git a/customer/pixelpark/test-mail02.pixelpark.net.yaml b/customer/pixelpark/test-mail02.pixelpark.net.yaml index d2729c2f..d099522e 100644 --- a/customer/pixelpark/test-mail02.pixelpark.net.yaml +++ b/customer/pixelpark/test-mail02.pixelpark.net.yaml @@ -85,20 +85,3 @@ infra::profile::postfix::ldap_bind_pw: > EPXIdDA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBD/aCWYpB6KwUIcLp1T EKskgBArkfXhMZNEUfrTvFILs4Ig] -# Main.cf config entries -#infra::profile::postfix::configs: -# 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_sasl_authenticated, permit_tls_clientcerts, reject_unauth_destination, reject_unauth_destination, reject_unverified_recipient, permit" -# -## All postfix hash databases -#infra::profile::postfix::hashes: -# '/etc/postfix/maps/access_client': -# ensure: 'present' -# source: 'puppet:///postfix_dir/maps/access_client' -# '/etc/postfix/maps/access_recipient': -# ensure: 'present' -# source: 'puppet:///postfix_dir/maps/access_recipient' -# '/etc/postfix/maps/access_sender': -# ensure: 'present' -# source: 'puppet:///postfix_dir/maps/access_sender' -