Created
April 22, 2013 14:00
-
-
Save fapestniegd/5435341 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[jameswhite@tyr ~ ]$ telnet venus 25 | |
Trying 192.168.7.57... | |
Connected to venus. | |
Escape character is '^]'. | |
220 ****************************************************************************************************************** | |
helo 192.168.7.57 | |
250 mail.eftsource.com Hello [192.168.13.51] | |
mail from: [email protected] | |
250 2.1.0 [email protected] OK | |
rcpt to: [email protected] | |
250 2.1.5 [email protected] | |
Data | |
354 Start mail input; end with <CRLF>.<CRLF> | |
Subject: We should grab a beer sometime. | |
Srsly, let's get a beer. | |
. | |
250 2.6.0 <[email protected]> Queued mail for delivery | |
QUIT | |
221 2.0.0 mail.eftsource.com Service closing transmission channel | |
Connection closed by foreign host. | |
[jameswhite@tyr ~ ]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment