We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d059eb6 commit a5fe728Copy full SHA for a5fe728
src/modules/stack/install/mail/ee_mod_setup_postfix.sh
@@ -23,8 +23,9 @@ function ee_mod_setup_postfix()
23
|| ee_lib_error "Unable to setup details in master.cf file, exit status = " $?
24
25
# Handle SMTP authentication using Dovecot"
26
- # On Debian6 following command not work
+ # On Debian6 following command not work ( Postfix < 2.8 )
27
# postconf "smtpd_sasl_type = dovecot"
28
+ # The -e option is no longer needed with Postfix version 2.8 and later.
29
30
postconf -e "smtpd_sasl_type = dovecot"
31
postconf -e "smtpd_sasl_path = private/auth"
0 commit comments