> > > # ldd /usr/libexec/postfix/smtpd > > > linux-gate.so.1 => (0xb7fa0000) > > > libmysqlclient.so.15 => > > > /usr/local/mysql/lib/mysql/libmysqlclient.so.15 (0xb7f23000) > > > libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7efe000) > > > libsasl2.so.2 => /usr/local/lib/libsasl2.so.2 (0xb7ee7000) > > your postfix was built with sasl support > > > I think the problem is here; > > > # imtest -a cyrus -m LOGIN localhost > imtest: /usr/local/lib/libsasl2.so.2: no version information available > (required by imtest) > connect: Connection refused > failure: Network initialization > > > # ldconfig -p | grep libsasl2 > libsasl2.so.2 (libc6) => /usr/local/lib/libsasl2.so.2 > libsasl2.so.2 (libc6) => /usr/lib/libsasl2.so.2 > libsasl2.so (libc6) => /usr/local/lib/libsasl2.so > > libsasl2.so.2 (libc6) is symbolic linked to 2 files. How it comes? > Which config file controls it? > > > I suppose the 2nd link is correct. How did you install cyrus-sasl2?
On my system # dpkg -S /usr/lib/libsasl2.so.2 libsasl2-2: /usr/lib/libsasl2.so.2