Package: postfix
Version: 2.3-20060123-0
Tags: experimental, patch

The postfix 2.3-20060123-0 package produces the following error messages:

postfix/smtpd[31682]: warning: unsupported SASL server implementation: cyrus
postfix/smtpd[31682]: fatal: SASL per-process initialization failed

It needs to be built with -DUSE_CYRUS_SASL in recent snapshots (see 
RELEASE-NOTES) to be built with Cyrus SASL support. Patch is attached.

There might be other reasonable options, like enabling more SASL 
implementations, but this one at least makes it compatible to older versions.

Cheers and thanks for the packages,

Thomas Luzat
diff -Naur postfix-2.3-20060123.orig/debian/rules postfix-2.3-20060123/debian/rules
--- postfix-2.3-20060123.orig/debian/rules	2006-01-27 18:49:23.380928000 +0100
+++ postfix-2.3-20060123/debian/rules	2006-01-27 18:43:17.232492024 +0100
@@ -48,6 +48,7 @@
 	-DHAS_PGSQL -I`pg_config --includedir` \
 	-DHAS_SSL -I/usr/include/openssl \
 	-DUSE_SASL_AUTH -I/usr/include/sasl \
+	-DUSE_CYRUS_SASL \
 	-DUSE_TLS
 
 AUXLIBS =-lssl -lcrypto -lsasl2

Reply via email to