From: Silvio Rhatto Date: Sun, 20 Feb 2011 15:04:33 +0000 (-0300) Subject: Managing smtpd_tls_CApath and smtp_tls_CApath X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=629fde0cbdfef218dfa3793c733f3ef10424e714;p=puppet-mail.git Managing smtpd_tls_CApath and smtp_tls_CApath --- diff --git a/manifests/tls.pp b/manifests/tls.pp index 5de2249..6236830 100644 --- a/manifests/tls.pp +++ b/manifests/tls.pp @@ -5,6 +5,8 @@ class mail::tls { 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' } postfix::hash { "/etc/postfix/tls_policy": ensure => present,