$postfix_mydestination = '$myhostname, localhost.$mydomain, localhost'
$postfix_default_relay_domains = '$mydestination'
$postfix_mynetworks = hiera('postfix_mynetworks', "127.0.0.0/8")
+ $postfix_manage_tls_policy = hiera('postfix_manage_tls_policy', 'no')
case $sympa_subdomain {
'': { $sympa_subdomain = "lists" }
postfix::config { "smtpd_tls_security_level": value => 'may' }
postfix::config { "smtp_tls_security_level": value => 'may' }
- # TLS Policy
- include postfix::tlspolicy
-
# SSL certificate
ssl::cert { "cert":
group => 'postfix',