> On Tue, 19 Feb 2002, Daniel Whelan wrote: > > Regarding Cyrus on Debian, do you have any details on how to get SASLv2 > > working properly? I've compiled Cyrus 2.1.2 and am using the Debian > > Add /usr/lib/sasl2 to /etc/ld.so.conf, and run ldconfig. > > Also, write an initscript or something like that to start saslauthd (I have > no idea why the SASL maintainer didn't do this yet). > > You will get a LOT of stupid debug messages from SASL in the logs, ignore > them.
Yeah, that did the trick (albeit with debug messages). I'm not able to authenticate yet, however; the client (imtest) reports "Authentication failed. generic failure" while the log file states "cannot connect to saslauthd server". The saslauthd server by default is using /var/run/saslauthd/mux (and mux.accept, mux.pid). I'm not sure if imapd is using this or not, or if permissions are wrong (mux is srwxrwxrwx and the others are rw for owner only, owned by root:root). Daniel