I've found the solution. saslauthd seems to be buggy in Ubuntu 11.10:
https://bugs.launchpad.net/ubuntu/+s...l2/+bug/875440
Try this to solve the problem:
Code:
apt-get install libsqlite0 db4.8-util
cd /tmp
mkdir sasl
cd sasl
wget http://archive.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2-2_2.1.23.dfsg1-5ubuntu3_amd64.deb http://archive.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2-modules_2.1.23.dfsg1-5ubuntu3_amd64.deb http://archive.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2-modules-sql_2.1.23.dfsg1-5ubuntu3_amd64.deb http://archive.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2-dev_2.1.23.dfsg1-5ubuntu3_amd64.deb http://archive.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/sasl2-bin_2.1.23.dfsg1-5ubuntu3_amd64.deb
dpkg -i *.deb
Replace _amd64 with _i386 if you have a 32bit system.
Recent comments
7 hours 57 min ago
8 hours 57 min ago
12 hours 44 min ago
13 hours 58 min ago
17 hours 34 min ago
1 day 49 min ago
1 day 9 hours ago
1 day 11 hours ago
2 days 2 hours ago
2 days 4 hours ago