Hi,
I've followed the instructions for making sendmail forward to james.

It works for users local to james, no prbs.

BUT it doesnt work once it needs authentication - see output below!

/etc/mail/sendmail.cf file has the following related to smtp auth:

# list of authentication mechanisms
O AuthMechanisms=LOGIN PLAIN EXTERNAL GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5

# default authentication information for outgoing connections
O DefaultAuthInfo=/etc/mail/default-auth-info

# SMTP AUTH flags
O AuthOptions=A

But, it doesnt seem to use auth!
note /etc/mail/default-auth-info is as specified

Any thoughts?

Daniel.


[EMAIL PROTECTED] root]# mail -v [EMAIL PROTECTED]
Subject: test
test
.
Cc:
[EMAIL PROTECTED] Connecting to [127.0.0.1] via relay...
220 p4-7138.uk2net.com SMTP Server (JAMES SMTP Server 2.1.3) ready Mon, 29
Mar 2
004 12:33:12 +0100 (BST)
>>> EHLO p4-7138.uk2net.com
250-SIZE 10240000
250-p4-7138.uk2net.com Hello p4-7138.uk2net.com (p4-7138.uk2net.com
[127.0.0.1])

250-AUTH LOGIN PLAIN
250 AUTH=LOGIN PLAIN
>>> MAIL From:<[EMAIL PROTECTED]> [EMAIL PROTECTED]
250 Sender <[EMAIL PROTECTED]> OK
>>> RCPT To:<[EMAIL PROTECTED]>
530 Authentication Required
>>> RSET
250 OK
>>> RSET
250 OK
root... Using cached ESMTP connection to [127.0.0.1] via relay...
>>> MAIL From:<>
250 Sender <> OK
>>> RCPT To:<[EMAIL PROTECTED]>
250 Recipient <[EMAIL PROTECTED]> OK
>>> DATA
354 Ok Send data ending with <CRLF>.<CRLF>
>>> .
250 Message received
root... Sent (Message received)
Closing connection to [127.0.0.1]
>>> QUIT
221 p4-7138.uk2net.com Service closing transmission channel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to