From 54ca9d0f58594d6521b6c94aae849240931ad049 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Wed, 3 Sep 2014 16:26:58 +0530 Subject: [PATCH] Updated Posfix support for Debian 6 --- src/modules/stack/install/mail/ee_mod_setup_postfix.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/stack/install/mail/ee_mod_setup_postfix.sh b/src/modules/stack/install/mail/ee_mod_setup_postfix.sh index feb80e48..6ffbf518 100644 --- a/src/modules/stack/install/mail/ee_mod_setup_postfix.sh +++ b/src/modules/stack/install/mail/ee_mod_setup_postfix.sh @@ -23,8 +23,9 @@ function ee_mod_setup_postfix() || ee_lib_error "Unable to setup details in master.cf file, exit status = " $? # Handle SMTP authentication using Dovecot" - # On Debian6 following command not work + # On Debian6 following command not work ( Postfix < 2.8 ) # postconf "smtpd_sasl_type = dovecot" + # The -e option is no longer needed with Postfix version 2.8 and later. postconf -e "smtpd_sasl_type = dovecot" postconf -e "smtpd_sasl_path = private/auth"