Comment 13 for bug 875440

Revision history for this message
Otlay Interactive (david-9ei9nyjpwd) wrote : Re: [Bug 875440] Re: Cannot authenticate with saslauthd and mysql

potatochip: you first installed the 2.1.23 (which is the version that
WORKS) and then you overwrote some of the files and links by compiling
and installing 2.1.25 (the output of your saslauthd shows 2.1.25 is
what's installed).

Go back into your 2.1.25 source, make uninstall, then run dpkg -i
--force-all *.deb again with the download files. Then restart saslauthd
and postfix and you should be up.

On 10/22/2011 6:53 AM, potatochip wrote:
> I did the following;
>
> wget http://archive.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2-2_2.1.23.dfsg1-5ubuntu3_amd64.deb
> wget http://archive.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2-modules_2.1.23.dfsg1-5ubuntu3_amd64.deb
> wget http://archive.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2-modules-sql_2.1.23.dfsg1-5ubuntu3_amd64.deb
> wget http://archive.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2-dev_2.1.23.dfsg1-5ubuntu3_amd64.deb
> wget http://archive.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/sasl2-bin_2.1.23.dfsg1-5ubuntu3_amd64.deb
> dpkg -i --force-all *.deb
>
>
> and then installed saslauthd 2.1.25 with the folllowing options;
>
> --enable-sql --with-ldap --enable-login
>
> but I still get;
>
> 535 5.7.8 Error: authentication failed: no mechanism available
>
> when I try and connect via smtp
>
>
> saslauthd -v
> saslauthd 2.1.25
> authentication mechanisms: getpwent kerberos5 rimap shadow
>
> Is there anything else I need to do or any other information that would
> be useful.
>
> Thanks
>