diff options
author | Jonas Smedegaard <dr@jones.dk> | 2012-03-26 12:40:57 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2012-03-26 12:40:57 +0200 |
commit | 9f450e4dc1e61f78ff1d214195264a9673b73ec9 (patch) | |
tree | fc0563e312017681b014385afa7306a9695d8c37 | |
parent | 09cc4fe1aace7014a317d160961a137382724842 (diff) |
Fix warn about missing Dovecot if _not_ existing.
-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 |