From ec18300e0ac63a16bfda860f9b0032cef6a76801 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 2 Jun 2017 13:32:13 +0200 Subject: [PATCH] Adding customer/fbb-www/common.yaml --- customer/fbb-www/common.yaml | 47 ++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 customer/fbb-www/common.yaml diff --git a/customer/fbb-www/common.yaml b/customer/fbb-www/common.yaml new file mode 100644 index 00000000..67eb1cc1 --- /dev/null +++ b/customer/fbb-www/common.yaml @@ -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]' -- 2.39.5