From 9f450e4dc1e61f78ff1d214195264a9673b73ec9 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 26 Mar 2012 12:40:57 +0200 Subject: Fix warn about missing Dovecot if _not_ existing. --- postfix/postfix.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'postfix') 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 -- cgit v1.2.3