Upgrading to dovecot 1.0.rc10-2 breaks gssapi support. The following: dovecot: Auth process died too early - shutting down dovecot: auth(default): Unknown authentication mechanism 'gssapi' dovecot: child 20939 (auth) returned error 89
is reported in /var/log/mail.err.
This is fixed by rebuilding with the patch to debain rules below (or of
course by fixing the minor but apparently significant typo by hand).
aaron
--- orig/dovecot-1.0.rc10/debian/rules 2006-10-30 17:27:00.000000000 +0000
+++ new/dovecot-1.0.rc10/debian/rules 2006-10-30 17:10:57.000000000 +0000
@@ -28,7 +28,7 @@
--with-mysql \
--with-sqlite \
--with-cyrus-sasl \
- --with-gssap \
+ --with-gssapi \
--with-deliver \
--host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
pgpKK792hbcS7.pgp
Description: PGP signature

