summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpostfix/postfix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh
index 0f4829e..ee81449 100755
--- a/postfix/postfix.sh
+++ b/postfix/postfix.sh
@@ -54,7 +54,6 @@ fi
#else
# exit1 "ERROR: Greylisting support (Debian package postgrey) missing."
#fi
-# FIXME: We really want to check for at least 2.1.1 but that's tricky...
sslcert=
if [ -f /etc/ssl/certs/postfix.pem ]; then
sslcert=1
@@ -65,6 +64,7 @@ sasl_main_type=
sasl_dovecot=
sasl_cyrus=
if [ -n "$sslcert" ]; then
+ # FIXME: We really want to check for at least 2.1.1 but that's tricky...
if saslauthd -v 2>&1 | grep -q '^saslauthd 2.1'; then
sasl_cyrus=1
sasl_main_type=cyrus