[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tip: sendmail at the command line



 
    
sendmail at the command line:

[terrence@igloo cookie_auth]$ telnet igloo 25
Trying 137.111.20.252...
Connected to igloo.its.unimacq.edu.au.
Escape character is '^]'.
220 igloo.its.unimacq.edu.au ESMTP Sendmail 8.11.0/8.11.0; Wed, 4 Apr 2001 12:56:17 +1000
HELO igloo.its.unimacq.edu.au
250 igloo.its.unimacq.edu.au Hello igloo.its.unimacq.edu.au [137.111.20.252], pleased to meet you
MAIL FROM: god@xxxxxxxxxx
250 2.1.0 god@xxxxxxxxxxxxx Sender ok
RCPT TO: terrence@xxxxxxxxxxxxxx
250 2.1.5 terrence@xxxxxxxxxxxxxxxxx Recipient ok
DATA
354 Enter mail, end with "." on a line by itself
Subject: what's the hell going on here?
blah
blah
.
250 2.0.0 f342ujC18576 Message accepted for delivery
quit
221 2.0.0 igloo.its.unimacq.edu.au closing connection
Connection closed by foreign host.


Google