센드메일 발송 테스트(sendmail)
root@web:/usr/sbin# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 aaa.com ESMTP Sendmail 8.13.1/8.13.1; Tue, 8 Mar 2011 15:41:47 +0900
mail from:aaa@aaa.com
250 2.1.0 aaa@aaa.com... Sender ok
rcpt to:aaa@aaa.com
250 2.1.5 aaa@aaa.com... Recipient ok
data
354 go ahead
Return-Path: test@mail.com
From: TEST <test@mail.com>
To:<test@mail.com>
Subject: 제목
Content-Type: text/html; chareset=euc-kr Content-Transfer-Encoding: base64
354 Enter mail, end with "." on a line by itself
테스트메일발송
.
250 2.0.0 p286flt3014278 Message accepted for delivery
quit
221 2.0.0 aaa.com closing connection
Connection closed by foreign host.