[xxx /usr/local/james/conf]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 xxx SMTP Server (JAMES SMTP Server 2.3.1) ready Thu, 13 Aug 2009 19:11:33 +0900 (KST)
helo google.com
250 smpapp301 Hello google.com (localhost.localdomain [127.0.0.1])
mail from:<knight@google.com>
250 2.1.0 Sender <knight@google.com> OK
rcpt to:<knight@google.com>
250 2.1.5 Recipient <knight@google.com> OK
DATA
354 Ok Send data ending with <CRLF>.<CRLF>
afasdfsaf
asfd
.
250 2.6.0 Message received
'unix and linux' 카테고리의 다른 글
NAS 대 NAS 복사하기 (mount 이용) (0) | 2010.06.10 |
---|---|
파일 하나만 Rsync하기 (0) | 2009.10.08 |
리눅스에서 이클립스 설정 파일 커밋하기 (0) | 2009.08.07 |
How to get the biggest filesystem In all filesystem (0) | 2009.06.09 |
bash와 csh의 차이점 (0) | 2009.03.24 |