From: Silvio Rhatto Date: Mon, 17 May 2010 01:28:51 +0000 (-0300) Subject: Setting smtpd_use_tls and smtp_use_tls at nodo::mail X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=90d7b624142d05936c464c5c125eaf505ddc603c;p=puppet-nodo.git Setting smtpd_use_tls and smtp_use_tls at nodo::mail --- diff --git a/manifests/mail.pp b/manifests/mail.pp index 30fe688..d1f2b42 100644 --- a/manifests/mail.pp +++ b/manifests/mail.pp @@ -50,4 +50,6 @@ class nodo::mail { # 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_use_tls": value => 'yes' } + postfix::config { "smtp_use_tls": value => 'yes' } }