Dear,
Please help me I am unable to send email from outlook, I am using ubuntu ispconfig 3, i used ur suggestion but at the end there is error:
Errors were encountered while processing:
libsasl2-modules
libsasl2-modules-sql
sasl2-bin
libsasl2-dev
Quote:
Originally Posted by falko
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.
|