diff options
-rwxr-xr-x | postfix/postfix.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh index 69a50b7..0f4829e 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -74,6 +74,7 @@ if [ -n "$sslcert" ]; then if [ -n "$pf23" ] && dovecot --version | grep -q '^2'; then sasl_dovecot=1 sasl_main_type=dovecot + else echo >&2 "WARNING: Dovecot SASL authentication requires Dovecot 2.0 (Debian package dovecot-core or dovecot)." fi if [ -z "$sasl_main_type" ]; then |