From: Silvio Rhatto Date: Wed, 23 Feb 2011 16:53:06 +0000 (-0300) Subject: Config smtp_tls_policy_maps already defined at postfix::tlspolicy X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=548ca5a0cbdd853ece4b5f17d85f25d440f75494;p=puppet-mail.git Config smtp_tls_policy_maps already defined at postfix::tlspolicy --- diff --git a/manifests/tls.pp b/manifests/tls.pp index 5b03570..853bf8a 100644 --- a/manifests/tls.pp +++ b/manifests/tls.pp @@ -4,7 +4,6 @@ class mail::tls { postfix::config { "smtpd_tls_key_file": value => '/etc/ssl/private/cert.pem' } postfix::config { "smtpd_tls_security_level": value => 'may' } postfix::config { "smtp_tls_security_level": value => 'may' } - postfix::config { "smtp_tls_policy_maps": value => 'hash:/etc/postfix/tls_policy' } postfix::config { "smtpd_tls_CApath": value => '/etc/ssl/certs' } postfix::config { "smtp_tls_CApath": value => '/etc/ssl/certs' }