On Friday, November 8, 2002, at 10:14 AM,
[EMAIL PROTECTED] wrote:
i was having some problems with SMTP AUTH on Red Hat 8 with Postfix.
the
Postfix binaries have been linked with Cyrys SASL v1 and on RH8 the
SASL
v1 libraries don't seem to support the saslauthd password checking
method
which in my opinion is a must. my solution was to build Cyrus SASL
v1.5.28
with saslauthd support and dynimically link Postfix with this library
(had
to move libsasl\.* away from /usr/lib and add the new SASL library
path to
/etc/ld.so.conf). then i modified /etc/rc.d/init.d/saslauthd to start
the
SASL v1 saslauthd. this seems to be working ok.
is there a HOWTO on this somewhere?