Recently I turned on SMTP AUTH, and everything was working well.  Sendmail
would relay mail for authenticated users using SASL.  A few days ago, users
were unable to send mail anymore using SASL.  Outlook Express (and other
various mail clients) would not authenticate.

If I telnet to port 25, I get:

[EMAIL PROTECTED] mail]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 brueggers.com ESMTP Sendmail 8.12.8/8.12.8; Tue, 5 Aug 2003 13:38:43
-0400
ehlo brueggers.com
250-brueggers.com Hello atlas.brueggers.com [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH DIGEST-MD5 CRAM-MD5 LOGIN PLAIN
250-DELIVERBY
250 HELP
QUIT

It looks as if it is set up to use AUTH.  I have users in my sasl database:

[EMAIL PROTECTED] mail]# sasldblistusers
user: daustin realm: mail.brueggers.com mech: PLAIN
user: ccampbell realm: mail.brueggers.com mech: CRAM-MD5
user: daustin realm: mail.brueggers.com mech: DIGEST-MD5
user: ccampbell realm: mail.brueggers.com mech: PLAIN
user: daustin realm: mail.brueggers.com mech: CRAM-MD5
user: ccampbell realm: mail.brueggers.com mech: DIGEST-MD5

I seem to be able to be authenticated (ccampbell), but the other user
(daustin) is unable.  ccampbell has a user account on the machine, but
daustin doesn't (and never has).  

I've tried deleting the users, and recreating them in the sasl database.
I've even removed the /etc/sasldb and started fresh. 

Any ideas why daustin wouldn't be able to authenticate? 

I'm running on RH8.0.

Thanks in advance,

Christian


+-----------------------------------+--------------------------+
| Christian P. Campbell             |                          |
| Systems Engineer                  | "We all know Linux is    |
| Information Technology Department | great...it does infinite |
| Bruegger's Enterprises            | loops in 5 seconds."     |
| Desk: (802) 652-9270              |                          |
| Cell: (802) 734-5023              |        -- Linus Torvalds |
| Email: ccampbellatbrueggers.com   |                          |
| Registered Linux User #319324     |                          |
+-----------------------------------+--------------------------+
|          PGP public key available via PGP keyservers         |
|        or http://www2.brueggers.com/pgp/ccampbell.html       |
+--------------------------------------------------------------+


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

Reply via email to