]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Set smtpd_tls_loglevel
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 26 Oct 2014 15:30:39 +0000 (13:30 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 26 Oct 2014 15:30:39 +0000 (13:30 -0200)
manifests/tls/hardened.pp

index 34eff9ec4b784d871a7a479b8addfbb2c8683ef2..78d809321170d578177c907fa7cbf8e6bec398fb 100644 (file)
@@ -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' }