summaryrefslogtreecommitdiff
path: root/postfix
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-03-26 12:48:39 +0200
committerJonas Smedegaard <dr@jones.dk>2012-03-26 12:48:39 +0200
commit9ad922aa1fb94caa28393f01f2b8ccc049ddde21 (patch)
tree5e8bd85a5ac84acfe248f012589302571ee180e8 /postfix
parent9f450e4dc1e61f78ff1d214195264a9673b73ec9 (diff)
Fix move comment about Cyrus SASL version.
Diffstat (limited to 'postfix')
-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