Ok..i've tried both of these methods and still no dice.

Heck, I even recompiled postfix with options to point to the correct locations for the SASL libraries...

Still, no luck and my patience is running thin here:

Aug 22 11:23:48 corpmail postfix/smtpd[10593]: connect from jwilliams[192.168.1.90]
Aug 22 11:23:48 corpmail postfix/smtpd[10593]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such file or directory
Aug 22 11:23:48 corpmail postfix/smtpd[10593]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such file or directory
Aug 22 11:23:48 corpmail postfix/smtpd[10593]: warning: SASL authentication failure: no secret in database
Aug 22 11:23:48 corpmail postfix/smtpd[10593]: warning: jwilliams[192.168.1.90]: SASL CRAM-MD5 authentication failed


What am I missing?

I have put smtpd.conf in /usr/local/lib/sasl2 and have tried both:

pwcheck_method: saslauthd
pwcheck_method: sasldb

I used saslpasswd2 to create a user:

[EMAIL PROTECTED] init.d]# sasldblistusers2
[EMAIL PROTECTED]: userPassword

Which is in /etc/sasldb2 and owned by postfix

Im lost now and completely confused...anybody have any idea what the problem is?

Jason

At 10:02 AM 8/22/2003 -0500, you wrote:
What are you trying to authenticate against ? You have set saslauthd to
use shadow, whilst auxprop will use sasldb.

If you are trying to authenticate against shadow use

   /usr/lib/sasl2/smtpd.conf:
        pwcheck_method: saslauthd



or

    /usr/lib/sasl2/smtpd.conf:
        pwcheck_method:  auxprop

but turn off saslauthd. The link below has more details

http://postfix.state-of-mind.de/patrick.koetter/smtpauth/sasldb_configuration.html

> Morning everyone.
>
> I've been working with my postfix mail server, trying to get SMTP AUTH to
> work.
> I've followed instructions posted on some of the links provided on the
> postfix web site. But im running into a bit of a problem.
>
> I'm running postfix-2.0.12 compiled with support for SASL and TLS
> I have the following cyrus rpms installed:
>
> cyrus-sasl-md5-2.1.10-4
> cyrus-sasl-plain-2.1.10-4
> cyrus-sasl-2.1.10-4
> cyrus-sasl-devel-2.1.10-4
> cyrus-sasl-gssapi-2.1.10-4
>
> When I was trying to send mail, I received the following errors in my
> maillog. BUT, it still sent my mail.
>
> Aug 22 07:26:23 corpmail postfix/smtpd[26527]: warning: SASL
> authentication
> problem: unable to open Berkeley db /etc/sasldb2: No such file or
> directory
> Aug 22 07:26:23 corpmail postfix/smtpd[26527]: warning: SASL
> authentication
> problem: unable to open Berkeley db /etc/sasldb2: No such file or
> directory
> Aug 22 07:26:23 corpmail postfix/smtpd[26527]: warning: SASL
> authentication
> failure: no secret in database
> Aug 22 07:26:23 corpmail postfix/smtpd[26527]: warning:
> jwilliams[192.168.1.90]: SASL CRAM-MD5 authentication
>
> I do have a /etc/sasldb2 and here are the contents:
>
> [EMAIL PROTECTED] etc]# sasldblistusers2
> [EMAIL PROTECTED]: userPassword
>
> Also, I created a smtpd.conf file and placed it in /usr/lib/sasl2 and it
> contains:
> pwcheck_method:auxprop
>
> Last bit of info, I when I start up saslauthd (which came with the
> install), here is what I see when I type ps ax:
>
> usr/sbin/saslauthd -m /var/run/saslauthd/mux -a shadow
>
> I'm wondering if im missing something that I need to setup with
> /etc/init.d/saslauthd but im not sure what I need to configure.
>
> Anyone have any ideas on what im missing? I have a feeling that something
> is not pointing to the right spot, but I cannot seem to figure this out
> and
> im at my wits end now trying to figure this out.
>
> If anyone has any idea and could provide some help, I could greatly
> appreciate it.
>
> Thank you very much..
>
> Jason
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list
>


-- http://www.seekitzone.com http://www.e-securenetworks.net http://www.shopper-holic.com http://www.planet247.net http://www.auction-holic.com


-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list


--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to