Re: Problems trying to get SMTP AUTH to work...help please

From: Distribution Lists (dist-lists_at_e-securenetworks.net)
Date: 08/22/03

  • Next message: Nick Marsh: "Re: [Q] where to download AS 3.0 beta ?"
    To: redhat-list@redhat.com
    Date: Fri, 22 Aug 2003 10:02:14 -0500 (CDT)
    
    

    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:
    >
    > [root@corpmail etc]# sasldblistusers2
    > jwilliams@corpmail: 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:redhat-list-request@redhat.com?subject=unsubscribe
    > 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:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Nick Marsh: "Re: [Q] where to download AS 3.0 beta ?"

    Relevant Pages

    • Re: saslauthd? I cant seem to get it installed for postfix..
      ... > But still cant find saslauthd... ... Here's a recipy for getting SASL running with Postfix on a Sarge box. ... 2] Get the SASL Authentication daemon and SASL authentication modules: ... CA certificate filename ...
      (Debian-User)
    • sendmail sasl problem
      ... I'm having a strange problem after a recent saslauthd upgrade.. ... with saslauthd in debug mode i can see the authentication as succeeding ... Proper authentication required. ... The same upgrade to sasl went smoothly on 2 other boxes with fairly identical setups, and both sasl and sendmail have been reinstalled with same effect. ...
      (freebsd-questions)
    • Re: Authentication problem in sieve in FC3
      ... That can't be the case as no authentication appear when Cyrus-IMAPd ... handles the mailbox delivery and calls Sieve to process the message. ... that looks like a successful saslauthd call. ... Oct 3 19:36:45 noc lmtpunix: accepted connection ...
      (Fedora)
    • Re: Problems trying to get SMTP AUTH to work...help please
      ... and I turned off saslauthd by shutting it down using the init script.. ... Am I missing something again? ... whilst auxprop will use sasldb. ...
      (RedHat)
    • FreeBSD / PostFix / Sasl / PAM
      ... Postfix / SASL2 / PAM authentification. ... It seems the saslauthd is core'dumping all the time, ... user.host.com: SASL PLAIN authentication failed ...
      (freebsd-current)

    Loading