Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Decoding?

Status
Not open for further replies.

dbdataplus

Technical User
Joined
Aug 19, 2006
Messages
7
Location
US
I was just curious if any could explain why, suddenly, my sendmail has become psychotic. Immediately after getting (and accepting) the MAIL FROM: command, it complains that it must have a MAIL command


System generated message - Please do not reply
----------------------------------------------
Delivery failure
----------------------------------------------
Your message has encountered delivery problems to the following recipients:
inventory@domain_name.com
Reason: SMTP Delivery to 192.168.0.2 : RSET
----------------------------------------------
A transcript of the session follows
----------------------------------------------
* Beginning processing of domain 192.168.0.2
* Attempting connection to 192.168.0.2<= 220 ESMTP spoken here
succeeded
=> HELO mserv1.domain_name.com
<= 250 domain_name.com Hello mserv1.domain_name.com
[192.168.0.230], pleased to meet you
=> MAIL FROM:<jerry@domain_name.com>
<= 250 IAA18666 Message accepted for delivery
=> RCPT TO:<inventory@domain_name.com>
<= 503 Need MAIL before RCPT
=> RSET
<= 250 <jerry@domain_name.com>... Sender ok
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top