From 74b5b00bbd18c1ead3a6425530666817e50ffb96 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 21 Dec 2012 18:11:25 -0200 Subject: Setting postfix_use_submission (2) --- templates/master.cf.redhat5.erb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'templates/master.cf.redhat5.erb') diff --git a/templates/master.cf.redhat5.erb b/templates/master.cf.redhat5.erb index 092d145..1d98d27 100644 --- a/templates/master.cf.redhat5.erb +++ b/templates/master.cf.redhat5.erb @@ -9,10 +9,11 @@ # ========================================================================== <%= postfix_smtp_listen %>:smtp inet n - n - - smtpd #smtp inet n - n - - smtpd -#submission inet n - n - - smtpd -# -o smtpd_enforce_tls=yes -# -o smtpd_sasl_auth_enable=yes -# -o smtpd_client_restrictions=permit_sasl_authenticated,reject +<% if postfix_use_submission == 'yes' %>submission inet n - n - - smtpd + -o smtpd_enforce_tls=yes + -o smtpd_sasl_auth_enable=yes + -o smtpd_client_restrictions=permit_sasl_authenticated,reject +<% end %> <% if postfix_use_smtps == 'yes' %>smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes -- cgit v1.2.3