summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/tls.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/tls.pp b/manifests/tls.pp
index 853bf8a..9c05a71 100644
--- a/manifests/tls.pp
+++ b/manifests/tls.pp
@@ -2,10 +2,10 @@ class mail::tls {
# TLS
postfix::config { "smtpd_tls_cert_file": value => '/etc/ssl/certs/cert.crt' }
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 { "smtpd_tls_CApath": value => '/etc/ssl/certs' }
postfix::config { "smtp_tls_CApath": value => '/etc/ssl/certs' }
+ postfix::config { "smtpd_tls_security_level": value => 'may' }
+ postfix::config { "smtp_tls_security_level": value => 'may' }
# TLS Policy
include postfix::tlspolicy