• 구름많음동두천 17.7℃
  • 흐림강릉 12.5℃
  • 흐림서울 18.5℃
  • 흐림대전 16.3℃
  • 대구 12.8℃
  • 흐림울산 14.1℃
  • 흐림광주 15.9℃
  • 흐림부산 15.1℃
  • 흐림고창 15.7℃
  • 제주 16.6℃
  • 흐림강화 16.6℃
  • 흐림보은 14.0℃
  • 흐림금산 14.5℃
  • 흐림강진군 11.7℃
  • 흐림경주시 12.5℃
  • 흐림거제 13.6℃
기상청 제공

sendmail 발송 테스트(센드메일)

센드메일 발송 테스트(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.