summaryrefslogtreecommitdiff
path: root/templates/master.cf.debian-sid.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-12-21 18:01:20 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-12-21 18:01:20 -0200
commit0668aee2fa4e9dd881b0f1fefbe6efbe86e9c740 (patch)
tree2da327ba35ada796a172e10e0b5d6a9069c35375 /templates/master.cf.debian-sid.erb
parent87e0a2b3986c1e2e6e09ccdfe5443adb7355f3d4 (diff)
Setting postfix_use_submission
Diffstat (limited to 'templates/master.cf.debian-sid.erb')
-rw-r--r--templates/master.cf.debian-sid.erb11
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/master.cf.debian-sid.erb b/templates/master.cf.debian-sid.erb
index c361a21..3450369 100644
--- a/templates/master.cf.debian-sid.erb
+++ b/templates/master.cf.debian-sid.erb
@@ -14,11 +14,12 @@
#smtpd pass - - - - - smtpd
#dnsblog unix - - - - 0 dnsblog
#tlsproxy unix - - - - 0 tlsproxy
-#submission inet n - - - - smtpd
-# -o smtpd_tls_security_level=encrypt
-# -o smtpd_sasl_auth_enable=yes
-# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
-# -o milter_macro_daemon_name=ORIGINATING
+<% if postfix_use_submission == 'yes' %>submission inet n - - - - smtpd
+ -o smtpd_tls_security_level=encrypt
+ -o smtpd_sasl_auth_enable=yes
+ -o smtpd_client_restrictions=permit_sasl_authenticated,reject
+ -o milter_macro_daemon_name=ORIGINATING
+<% end %>
<% if postfix_use_smtps == 'yes' %>smtps inet n - - - - smtpd
-o smtpd_tls_wrappermode=yes
-o smtpd_sasl_auth_enable=yes