summaryrefslogtreecommitdiff
path: root/manifests/tls.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/tls.pp')
-rw-r--r--manifests/tls.pp1
1 files changed, 0 insertions, 1 deletions
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' }