diff options
author | Jonas Smedegaard <dr@jones.dk> | 2012-03-26 12:48:39 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2012-03-26 12:48:39 +0200 |
commit | 9ad922aa1fb94caa28393f01f2b8ccc049ddde21 (patch) | |
tree | 5e8bd85a5ac84acfe248f012589302571ee180e8 | |
parent | 9f450e4dc1e61f78ff1d214195264a9673b73ec9 (diff) |
Fix move comment about Cyrus SASL version.
-rwxr-xr-x | postfix/postfix.sh | 2 |
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 |