diff options
-rw-r--r-- | manifests/tls.pp | 2 |
1 files changed, 2 insertions, 0 deletions
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, |