• 맑음동두천 25.8℃
  • 구름조금강릉 27.3℃
  • 맑음서울 26.6℃
  • 구름많음대전 25.0℃
  • 흐림대구 22.6℃
  • 흐림울산 23.8℃
  • 구름많음광주 24.8℃
  • 흐림부산 27.2℃
  • 구름조금고창 25.2℃
  • 제주 24.5℃
  • 맑음강화 25.7℃
  • 구름많음보은 24.4℃
  • 구름많음금산 25.9℃
  • 구름많음강진군 26.3℃
  • 흐림경주시 22.1℃
  • 구름많음거제 25.3℃
기상청 제공

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.