From: Dirk Tamme (tamme at unicon-gmbh dot com)
Date: Fri Mar 26 2004 - 06:48:43 EST
Andreas Winkelmann wrote:
>Am Freitag, 26. März 2004 10:14 schrieb Dirk Tamme:
>
>
>
>>># ldd /path/to/sendmail
>>>
>>>
>>Here is what I get:
>> ldd /usr/sbin/sendmail
>> libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x4001a000)
>> libdb-4.0.so => /usr/lib/libdb-4.0.so (0x4002e000)
>> libresolv.so.2 => /lib/libresolv.so.2 (0x400d4000)
>> libcrypt.so.1 => /lib/libcrypt.so.1 (0x400e6000)
>> libnsl.so.1 => /lib/libnsl.so.1 (0x40117000)
>> libdl.so.2 => /lib/libdl.so.2 (0x4012c000)
>> libc.so.6 => /lib/libc.so.6 (0x40130000)
>> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
>>This means, libsasl2.so.2 is linked.
>>Is it necessary to start saslauthd after compiling cyrus-sasl?
>>What I have done to install cyrus-sasl is
>>
>>cd /usr/local/src
>>wget ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-2.1.18.tar.gz
>>tar -xzf cyrus-sasl-2.1.18.tar.gz
>>cd cyrus-sasl-2.1.18
>>./configure --prefix=/usr/local --enable-plain --enable-login
>>--disable-krb4 make
>>make install
>>ln -s /usr/local/lib/sasl2 /usr/lib/sasl2
>>cp /usr/local/lib/libsasl2.so.2.0.18 /usr/lib/libsasl2.so.2.0.18
>>cd /usr/lib
>>ln -s libsasl2.so.2.0.18 libsasl2.so.2
>>ldconfig -f /usr/local/lib/sasl2
>>
>>
>
>Ok, then it is sasl2.
>
>Your config-file should be located in "/usr/lib/sasl2". For sendmail it is
>called "Sendmail.conf" If you want to use saslauthd add two lines:
>
>pwcheck_method: saslauthd
>mech_list: plain login
>
>And start saslauthd with the wanted "-a"-Option.
>
>
The reply of Andreas Winkelmann completely solved my problem.
Many thanks to him!
Yours
Dirk Tamme
|
|
|