Skip to content

Commit a5fe728

Browse files
author
gau1991
committed
Updated Posfix support for Debian 6
1 parent d059eb6 commit a5fe728

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/modules/stack/install/mail/ee_mod_setup_postfix.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ function ee_mod_setup_postfix()
2323
|| ee_lib_error "Unable to setup details in master.cf file, exit status = " $?
2424

2525
# Handle SMTP authentication using Dovecot"
26-
# On Debian6 following command not work
26+
# On Debian6 following command not work ( Postfix < 2.8 )
2727
# postconf "smtpd_sasl_type = dovecot"
28+
# The -e option is no longer needed with Postfix version 2.8 and later.
2829

2930
postconf -e "smtpd_sasl_type = dovecot"
3031
postconf -e "smtpd_sasl_path = private/auth"

0 commit comments

Comments
 (0)