#infra::profile::postfix::tls: true
#infra::profile::postfix::transport_maps_source: 'maps/transport-fbb'
+#infra::profile::postfix::has_default_generic: true
# Main.cf config entries
infra::profile::postfix::configs:
alias_database:
ensure: 'blank'
- mynetworks:
- value: "127.0.0.0/8"
- smtp_generic_maps:
- value: '${default_database_type}:${config_directory}/generic'
+# mynetworks:
+# value: "127.0.0.0/8"
+# smtp_generic_maps:
+# value: '${default_database_type}:${config_directory}/generic'
# virtual_alias_maps:
# value: '${default_database_type}:${config_directory}/virtual'
# All postfix hash databases
-infra::profile::postfix::hashes:
- '/etc/postfix/generic':
- ensure: 'present'
- content: "root root+%{::fqdn}\n"
+#infra::profile::postfix::hashes:
+# '/etc/postfix/generic':
+# ensure: 'present'
+# content: "root root+%{::fqdn}\n"
# '/etc/postfix/virtual':
# ensure: 'present'
# source: 'puppet:///postfix_dir/maps/virtual-nullclient'
#infra::profile::postfix::relayhost: ''
infra::profile::postfix::tls: true
infra::profile::postfix::is_relay: true
+infra::profile::postfix::has_default_generic: false
#infra::profile::postfix::ldap_server: 'ldap.pixelpark.com'
#infra::profile::postfix::ldap_port: '389'
value: 'hash:/etc/postfix/maps/aliases'
masquerade_domains:
value: 'hash:/etc/postfix/maps/masquerade_domains'
- mynetworks:
- value: 'cidr:/etc/postfix/maps/my-networks'
+# mynetworks:
+# value: 'cidr:/etc/postfix/maps/my-networks'
recipient_canonical_maps:
value: 'hash:/etc/postfix/maps/canonical-recipients ldap:/etc/postfix/ldap/mailroutingaddress.cf'
relay_domains:
# All other postfix configuration files
infra::profile::postfix::conffiles:
- my-networks:
- ensure: 'present'
- path: '/etc/postfix/maps/my-networks'
- source: 'puppet:///postfix_dir/maps/my-networks'
+# my-networks:
+# ensure: 'present'
+# path: '/etc/postfix/maps/my-networks'
+# source: 'puppet:///postfix_dir/maps/my-networks'
# virtual-regex:
# ensure: 'present'
# path: '/etc/postfix/maps/virtual-regex'