LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   sasldb Permission denied error (https://www.linuxquestions.org/questions/linux-networking-3/sasldb-permission-denied-error-135188/)

shino 01-15-2004 03:55 PM

sasldb Permission denied error
 
Hi.

When I emailed myself, I noticed this log in my mail log. I can send mail, but I can't receive any mail, regardless where it comes from.

Jan 15 16:36:59 mydomain sendmail[3832]: error: safesasl(/etc/sasldb) failed: Permission denied
Jan 15 16:36:59 mydomain sendmail[3832]: i0FLaxHx003832: from=<root@mydomain.com>, size=246, class=0, nrcpts=1, msgid=<Pine.LNX.4.44.0401151636540.3831-100000@mydomain.com>, proto=ESMTP, relay=root@localhost
Jan 15 16:36:59 mydomain sendmail[3835]: i0FLaxHx003832: to=<root@mydomain.com>, ctladdr=<root@mydomain.com> (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30245, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (OK id=1AhFAh-0000zs-FC)

For sendmail.mc, I added :

TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
define(`confAUTH_MECHANISMS', `DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl

But I get

[root@e-shino mail]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 mydomain.com ESMTP Exim 4.30 Thu, 15 Jan 2004 16:43:00 -0500
ehlo localhost
250-mydomain.com Hello localhost [127.0.0.1]
250-SIZE 52428800
250-PIPELINING
250 HELP
quit
221 mydomain.com closing connection
Connection closed by foreign host.

I used have 250-AUTH and PLAIN, but now they are gone. I did some modifications that I don't remember that I can't fix...

Can someone please give me some directions and/guide to the light on the other side?

Thank you!!!!
Shino d<*...*>b


All times are GMT -5. The time now is 02:21 PM.