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 v 1

From: Andreas Winkelmann (mlawinkelmann.de)
Date: Mon Sep 29 2003 - 11:43:54 CDT


ubrals wrote:

> I'm going through a big problem that
> is Authentication in the Postfix server.
> I use Postfix 1.1.12 and cyrus-sasl
> 2.1.10 from RedHat 9 distribution I
> followed HowTo's and instructions from
> different sources, but it really
> doesn't go.
> In my /usr/lib/sasl/smtpd.conf file I

Are you sure, the path is correct?

For SASL-V2 the Path ends with .../sasl2/.

> tryied pwcheck_method:sasldb and
> pwcheck_method:shadow.

For SASL-V2, if you want to use sasldb:

pwcheck_method: auxprop
auxprop_plugin: sasldb

For shadow:

pwcheck_method: saslauthd

And start saslauthd with "-a shadow".

> I am using OExpress6 to test it, and I
> get the following message at maillog:
> SASL LOGIN authentication faild
> I have this message with both shadow
> or sasldb.

Your Logs?

> When I tryied with PAM I reciedved:
> could not open /etc/pam.conf
> Does anybody have any idea of what is
> going on?

--
        Andreas