From 5ee3071696cdde66a26b8366b1b99ff0d6f307fe Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Sat, 5 May 2012 14:11:02 +0100 Subject: Correct smtpd_*_restrictions referring to a variable that is going to be expanded during parsing --- share/templates/master.cf.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share') diff --git a/share/templates/master.cf.tpl b/share/templates/master.cf.tpl index 139313e..df22651 100644 --- a/share/templates/master.cf.tpl +++ b/share/templates/master.cf.tpl @@ -19,9 +19,9 @@ submission inet n - n - - smtpd -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 + -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 -- cgit v1.1