Mail not going through : Sendmail Issue
Posted
by
Zama Ques
on Server Fault
See other posts from Server Fault
or by Zama Ques
Published on 2013-10-21T08:06:34Z
Indexed on
2013/10/24
9:59 UTC
Read the original article
Hit count: 212
Some of the mails for a particular domain are not getting delivered from our mail server. We are using sendmail for mail server.
Fallowing can be seen in log
Oct 21 13:24:59 mailser sendmail[5407]: r9L7st1a005405: to=<[email protected]>, delay=00:00:03, xdelay=00:00:03, mailer=esmtp, pri=120539, relay=mailgw.test.in. [164.X.X.19], dsn=2.0.0, stat=Sent (ok: Message 289953693 accepted)
FOr other domains like yahoo , gmail etc it is working fine .
But if I send the mail through commandline using mailx command from the same server , the message is going through...
Oct 21 13:30:37 ssdgweb sendmail[5443]: r9L80RFI005440: to=<[email protected]>, ctladdr=<[email protected]> (502/502), delay=00:00:10, xdelay=00:00:10, mailer=esmtp, pri=120329, relay=mailgw.test.in. [164.X.X.19], dsn=2.0.0, stat=Sent (ok: Message 289955601 accepted)
Please let us know what is the issue and how it can be resolved .
© Server Fault or respective owner