Created
August 25, 2012 07:31
-
-
Save mafice/3462089 to your computer and use it in GitHub Desktop.
Postfixとのやりとり
This file contains hidden or 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
220 localhost ESMTP Postfix (Ubuntu) | |
HELO localhost | |
250 localhost | |
MAIL FROM: root@localhost | |
250 2.1.0 Ok | |
RCPT TO: seiya@localhost | |
250 2.1.5 Ok | |
DATA | |
354 End data with <CR><LF>.<CR><LF> | |
From: root@localhost | |
Subject: Hello, Postfix! | |
Hello. | |
. | |
250 2.0.0 Ok: queued as C34AD61595 | |
QUIT | |
221 2.0.0 Bye |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment