From 59a15dfb006b1c773ff7b16167e9a0936498abb0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 23 Feb 2011 13:54:30 -0300 Subject: Minor changes --- manifests/tls.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') 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 -- cgit v1.2.3