From be0ef5a68ffc3ece17acb0a6a3df281375789040 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Sat, 5 May 2012 02:03:46 +0100 Subject: Add the submission service to postfix/master.cf.tpl --- share/templates/master.cf.tpl | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'share') 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 -- cgit v1.1