diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-12-21 17:44:13 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-12-21 17:44:13 -0200 |
commit | 87e0a2b3986c1e2e6e09ccdfe5443adb7355f3d4 (patch) | |
tree | c96ae8727bd84816b6441c104e785f7349a64227 /templates/master.cf.redhat5.erb | |
parent | bc0d56603ec320b4a287c2da4294117af3931589 (diff) | |
download | puppet-postfix-87e0a2b3986c1e2e6e09ccdfe5443adb7355f3d4.tar.gz puppet-postfix-87e0a2b3986c1e2e6e09ccdfe5443adb7355f3d4.tar.bz2 |
Adding postfix_use_smtps parameter
Diffstat (limited to 'templates/master.cf.redhat5.erb')
-rw-r--r-- | templates/master.cf.redhat5.erb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/master.cf.redhat5.erb b/templates/master.cf.redhat5.erb index 3d0c7d6..092d145 100644 --- a/templates/master.cf.redhat5.erb +++ b/templates/master.cf.redhat5.erb @@ -13,10 +13,11 @@ # -o smtpd_enforce_tls=yes # -o smtpd_sasl_auth_enable=yes # -o smtpd_client_restrictions=permit_sasl_authenticated,reject -#smtps inet n - n - - smtpd -# -o smtpd_tls_wrappermode=yes -# -o smtpd_sasl_auth_enable=yes -# -o smtpd_client_restrictions=permit_sasl_authenticated,reject +<% if postfix_use_smtps == 'yes' %>smtps inet n - n - - smtpd + -o smtpd_tls_wrappermode=yes + -o smtpd_sasl_auth_enable=yes + -o smtpd_client_restrictions=permit_sasl_authenticated,reject +<% end %> #628 inet n - n - - qmqpd pickup fifo n - n 60 1 pickup cleanup unix n - n - 0 cleanup |