]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
Adding customer/fbb-www/common.yaml
authorFrank Brehm <frank.brehm@pixelpark.com>
Fri, 2 Jun 2017 11:32:13 +0000 (13:32 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Fri, 2 Jun 2017 11:32:13 +0000 (13:32 +0200)
customer/fbb-www/common.yaml [new file with mode: 0644]

diff --git a/customer/fbb-www/common.yaml b/customer/fbb-www/common.yaml
new file mode 100644 (file)
index 0000000..67eb1cc
--- /dev/null
@@ -0,0 +1,47 @@
+
+#####################################################
+# Postfix configuration:
+
+# Global configurations 
+postfix::alias_maps: "hash:/etc/aliases"
+postfix::inet_interfaces: 'all'
+postfix::manage_mailx: false
+postfix::mastercf_source: 'puppet:///postfix_dir/master-nullclient.cf'
+postfix::myorigin: "pixelpark.net"
+
+# Default values for PP Postfix module
+#infra::profile::postfix::config_directory: '/etc/postfix'
+#infra::profile::postfix::aliases_file: ~
+#infra::profile::postfix::aliases_source: ~
+infra::profile::postfix::myorigin: "%{hiera('postfix::myorigin')}"
+#infra::profile::postfix::relayhost: '[mx.pixelpark.net]'
+#infra::profile::postfix::tls: true
+#infra::profile::postfix::tls_cert: ~
+#infra::profile::postfix::tls_key: ~
+#infra::profile::postfix::tls_chain: ~
+#infra::profile::postfix::tls_loglevel: 1
+#infra::profile::postfix::tls_received_header: true
+#infra::profile::postfix::tls_security_level: 'may'
+#infra::profile::postfix::tls_auth_only: false
+#infra::profile::postfix::cert_servername: 'wildcard.pixelpark.com'
+#infra::profile::postfix::cert_customer: ~
+
+#infra::profile::postfix::has_map_smtp_tls_peers: false
+#infra::profile::postfix::map_smtp_tls_peers: '/etc/postfix/maps/smtp-tls-peers'
+
+#infra::profile::postfix::is_relay: false
+#infra::profile::postfix::unverified_recipient_reject_code: '550'
+#infra::profile::postfix::transport_maps_source: ~
+infra::profile::postfix::transport_maps_source: 'maps/transport-fbb'
+#infra::profile::postfix::virtual_aliases_source: ~
+#infra::profile::postfix::has_default_generic: true
+
+#infra::profile::postfix::ldap_server: 'ldap.pixelpark.com'
+#infra::profile::postfix::ldap_port: 389
+#infra::profile::postfix::ldap_timeout: 5
+#infra::profile::postfix::ldap_search_base: 'o=isp'
+#infra::profile::postfix::ldap_bind_dn: 'cn=admin'
+#infra::profile::postfix::ldap_bind_pw: 'n/a'
+
+#infra::profile::postfix::has_map_smtp_tls_peers: false
+#infra::profile::postfix::relayhost: '[mx.pixelpark.net]'