]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
Removing unnecessary variables from new Postfix configuration
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 1 Jun 2017 12:19:59 +0000 (14:19 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 1 Jun 2017 12:19:59 +0000 (14:19 +0200)
customer/pixelpark/test-mail02.pixelpark.net.yaml

index 75f5d8dd5b3ee12d64e4c0b9e6b3bb8f9b7b474d..f03f12e46270c98503173d77a7c2d23759af924d 100644 (file)
@@ -87,10 +87,10 @@ infra::profile::postfix::ldap_bind_pw: >
 
 # Main.cf config entries
 infra::profile::postfix::configs:
-  masquerade_domains:
-    value: 'hash:/etc/postfix/maps/masquerade_domains'
-  relay_domains:
-    value: 'hash:/etc/postfix/maps/relay_domains'
+#  masquerade_domains:
+#    value: 'hash:/etc/postfix/maps/masquerade_domains'
+#  relay_domains:
+#    value: 'hash:/etc/postfix/maps/relay_domains'
   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"
 
@@ -105,10 +105,10 @@ infra::profile::postfix::hashes:
   '/etc/postfix/maps/access_sender':
     ensure: 'present'
     source: 'puppet:///postfix_dir/maps/access_sender'
-  '/etc/postfix/maps/masquerade_domains':
-    ensure: 'present'
-    source: 'puppet:///postfix_dir/maps/masquerade_domains'
-  '/etc/postfix/maps/relay_domains':
-    ensure: 'present'
-    source: 'puppet:///postfix_dir/maps/relay_domains'
+#  '/etc/postfix/maps/masquerade_domains':
+#    ensure: 'present'
+#    source: 'puppet:///postfix_dir/maps/masquerade_domains'
+#  '/etc/postfix/maps/relay_domains':
+#    ensure: 'present'
+#    source: 'puppet:///postfix_dir/maps/relay_domains'