]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Managing smtpd_tls_CApath and smtp_tls_CApath
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Feb 2011 15:04:33 +0000 (12:04 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Feb 2011 15:04:33 +0000 (12:04 -0300)
manifests/tls.pp

index 5de224994e00e09ddeda1b6bb80f414f49aa7cc9..623683061714a6df7b38693820f3db12aad1d264 100644 (file)
@@ -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,