diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-10-26 13:30:39 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-10-26 13:30:39 -0200 |
commit | 3650633a6281df6acd1de9b1dd5bcdf27f041ef0 (patch) | |
tree | fcee43477d35dcb176da801ac287d382140837d5 /manifests | |
parent | 389802e01479ba5a0b29e01451e57e1f8b6feb13 (diff) | |
download | puppet-mail-3650633a6281df6acd1de9b1dd5bcdf27f041ef0.tar.gz puppet-mail-3650633a6281df6acd1de9b1dd5bcdf27f041ef0.tar.bz2 |
Set smtpd_tls_loglevel
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/tls/hardened.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/tls/hardened.pp b/manifests/tls/hardened.pp index 34eff9e..78d8093 100644 --- a/manifests/tls/hardened.pp +++ b/manifests/tls/hardened.pp @@ -9,6 +9,7 @@ class mail::tls::hardened inherits mail::tls { postfix::config { "smtpd_tls_mandatory_protocols": value => '!SSLv2, !SSLv3' } postfix::config { "smtpd_tls_session_cache_database": value => 'btree:${data_directory}/smtpd_scache' } postfix::config { "smtp_tls_session_cache_database": value => 'btree:${data_directory}/smtp_scache' } + postfix::config { "smtpd_tls_loglevel": value => '1' } # DH parameters postfix::config { "smtpd_tls_eecdh_grade": value => 'strong' } |