OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: postfix sasl ... noch worthy mechs

From: Andreas Winkelmann (mlawinkelmann.de)
Date: Thu Apr 01 2004 - 13:44:24 CST


Am Donnerstag, 1. April 2004 22:28 schrieb Raimund Kohl-Fuechsle:

> > > > Check, which AUTH-Headers your ISP offers:
> > >
> > > 250-AUTH=PLAIN LOGIN
> > > 250-AUTH PLAIN LOGIN
> >
> > Then check if plain or login is available in your Plugin-Directory.
> > And of course smtpd_sasl_security_option = noplaintext is not set.
>
> just to make sure I catch what you mean here: I am to UNset that in
> main.cf? Ok, done that.

Set it just to:

smtp_sasl_security_options = noanonymous

But don't use "noplaintext" as value.

> > # ls -l /usr/lib/sasl2
> > # ls -l /usr/local/lib/sasl2
>
> ------snip----
> ls -l /usr/lib/sasl2/
>
> -rw-r--r-- 1 root root 17946 2003-10-26 02:28 libsasldb.a
> -rw-r--r-- 1 root root 753 2003-10-26 02:28 libsasldb.la
> lrwxrwxrwx 1 root root 19 2004-03-22 13:33 libsasldb.so
> -> libsasldb.so.2.0.15
> lrwxrwxrwx 1 root root 19 2004-03-22 13:33
> libsasldb.so.2 -> libsasldb.so.2.0.15
> -rw-r--r-- 1 root root 15676 2003-10-26 02:28
> libsasldb.so.2.0.15
>
>
> wahz:/home/ray# ls -l /usr/local/lib/sasl2
>
> ls: /usr/local/lib/sasl2: Datei oder Verzeichnis nicht gefunden
> -------snip-------
>
> ok, so obviously some things are missing ... am I right?

Hmm, which sasl-version is compiled in Postfix?

# ldd `postconf -h daemon_directory`/smtpd

--
        Andreas