Created
October 5, 2011 02:43
-
-
Save s-aska/1263500 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
root@www5009u:~# telnet alt1.gmail-smtp-in.l.google.com 25 | |
Trying 74.125.45.27... | |
Connected to alt1.gmail-smtp-in.l.google.com. | |
Escape character is '^]'. | |
220 mx.google.com ESMTP i3si99031yhk.16 | |
HELO | |
250 mx.google.com at your service | |
MAIL FROM:<root@localhost> | |
250 2.1.0 OK i3si99031yhk.16 | |
RCPT TO:<[email protected]> | |
250 2.1.5 OK i3si99031yhk.16 | |
data | |
354 Go ahead i3si99031yhk.16 | |
hoge | |
. | |
250 2.0.0 OK 1317782574 i3si99031yhk.16 | |
quit | |
221 2.0.0 closing connection i3si99031yhk.16 | |
Connection closed by foreign host. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment