From 9ad922aa1fb94caa28393f01f2b8ccc049ddde21 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 26 Mar 2012 12:48:39 +0200 Subject: Fix move comment about Cyrus SASL version. --- postfix/postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3