diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-05 02:03:46 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-05 02:03:46 +0100 |
commit | be0ef5a68ffc3ece17acb0a6a3df281375789040 (patch) | |
tree | 3386fdc320632ab529d30e3fba9e1524a5950840 | |
parent | b73cc1c23ac6e40ac9883b476bb3f69739120342 (diff) | |
download | pykolab-be0ef5a68ffc3ece17acb0a6a3df281375789040.tar.gz |
Add the submission service to postfix/master.cf.tpl
-rw-r--r-- | share/templates/master.cf.tpl | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/share/templates/master.cf.tpl b/share/templates/master.cf.tpl index 8a94637..139313e 100644 --- a/share/templates/master.cf.tpl +++ b/share/templates/master.cf.tpl @@ -13,12 +13,16 @@ smtp inet n - n - - smtpd #smtpd pass - - n - - smtpd #dnsblog unix - - n - 0 dnsblog #tlsproxy unix - - n - 0 tlsproxy -#submission inet n - n - - smtpd -# -o syslog_name=postfix/submission -# -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 +submission inet n - n - - smtpd + -o syslog_name=postfix/submission + -o smtpd_tls_security_level=encrypt + -o smtpd_sasl_auth_enable=yes + -o smtpd_sasl_authenticated_header=yes + -o smtpd_client_restrictions=permit_sasl_authenticated,reject + -o smtpd_data_restrictions=$submission_data_restrictions + -o smtpd_recipient_restrictions=$submission_recipient_restrictions + -o smtpd_sender_restrictions=$submission_sender_restrictions + #smtps inet n - n - - smtpd # -o syslog_name=postfix/smtps # -o smtpd_tls_wrappermode=yes |