Quote:
Originally Posted by centosboy
look for lines such as these in the sendmail.mc
Code:
TRUST_AUTH_MECH(`LOGIN PLAIN')dnl
define(`confAUTH_MECHANISMS', `LOGIN PLAIN')dnl
|
There is no sendmail.mc file in my /etc/mail directory
my /etc/mail consists of:
sendmail.hf, sendmail.cf, submit.cf
Here is the error snapshot:
reciever@somewhere.com... Connecting to [mail.server.ip.addr] via relay...
220 mail.server.somewhere.com Microsoft ESMTP MAIL Service, Version: 6.0.3790.3959 ready at Tue, 15 Dec 2009 16:39:56 +0530
>>> EHLO somewhere.com
250-mail.server.somewhere.com Hello [mail.server.ip.addr]
250-TURN
250-SIZE
250-ETRN
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-8bitmime
250-BINARYMIME
250-CHUNKING
250-VRFY
250-X-EXPS GSSAPI NTLM LOGIN
250-X-EXPS=LOGIN
250-AUTH GSSAPI NTLM LOGIN
250-AUTH=LOGIN
250-X-LINK2STATE
250-XEXCH50
250 OK
>>> MAIL From:<sender@somewhere.com> SIZE=156
454 5.7.3 Client does not have permission to submit mail to this server.
reciever@somewhere.com... Deferred: 454 5.7.3 Client does not have permission to submit mail to this server.
Closing connection to [mail.server.ip.addr]
>>> QUIT