summaryrefslogtreecommitdiff
path: root/puppet/modules/site_postfix/manifests/mx
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-07-31 17:56:26 +0200
committervarac <varacanero@zeromail.org>2013-07-31 17:56:26 +0200
commit80b196be84d96b92e83acc680130a01370298c13 (patch)
tree95937388ef655e3f0a588a2254512913b8b86740 /puppet/modules/site_postfix/manifests/mx
parent04502b614692145141c606f9ed052da4b1e4572a (diff)
use smtpd_tls_security_level = may in postfix config (Bug #3348)
Diffstat (limited to 'puppet/modules/site_postfix/manifests/mx')
-rw-r--r--puppet/modules/site_postfix/manifests/mx/tls.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx/tls.pp b/puppet/modules/site_postfix/manifests/mx/tls.pp
index 7da38100..4b7a2626 100644
--- a/puppet/modules/site_postfix/manifests/mx/tls.pp
+++ b/puppet/modules/site_postfix/manifests/mx/tls.pp
@@ -25,7 +25,7 @@ class site_postfix::mx::tls {
'smtpd_tls_key_file': value => $key_path;
'smtpd_tls_req_ccert': value => 'yes';
'smtpd_tls_security_level':
- value => 'encrypt';
+ value => 'may';
}
}