From 629fde0cbdfef218dfa3793c733f3ef10424e714 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 20 Feb 2011 12:04:33 -0300 Subject: Managing smtpd_tls_CApath and smtp_tls_CApath --- manifests/tls.pp | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v1.2.3