Windows
Windows 2003 SMTP 서비스 테스트
Rootrator
2011. 3. 17. 11:56
출처 : 마이크로소프트
SMTP 서비스를 테스트하려면 다음과 같이 하십시오.
SMTP 서비스를 테스트하려면 다음과 같이 하십시오.
- Windows Server 2003을 실행하는 컴퓨터의 명령 프롬프트에서 Telnet을 입력한 다음 Enter 키를 누릅니다.
- 텔넷 프롬프트에서 set LocalEcho를 입력하고, Enter 키를 누르고, open <machinename> 25를 입력한 다음 Enter 키를 누릅니다.
다음과 비슷한 출력이 표시됩니다.220 computername.microsoft.com ESMTP Server (Microsoft Exchange Internet Mail Service 5.5.2651.58) ready
- helo me를 입력한 다음 Enter 키를 누릅니다.
다음과 비슷한 출력이 표시됩니다.250 OK
- mail from:email@domain.com을 입력한 다음 Enter 키를 누릅니다.
다음과 비슷한 출력이 표시됩니다.250 OK - mail from <email@domain.com>
- rcpt to:youremail@yourdomain.com을 입력한 다음 Enter 키를 누릅니다.
다음과 비슷한 출력이 표시됩니다.250 OK - Recipient <youremail@yourdomain.com>
- Data를 입력한 다음 Enter 키를 누릅니다.
다음과 비슷한 출력이 표시됩니다.354 Send data. End with CRLF.CRLF
- Subject:This is a test를 입력한 다음 Enter 키를 차례로 두 번 누릅니다.
- Testing을 입력한 다음 Enter 키를 누릅니다.
- Enter 키를 누르고 마침표(.)를 입력한 다음 Enter 키를 누릅니다.
다음과 비슷한 출력이 표시됩니다.250 OK
- quit를 입력한 다음 Enter 키를 누릅니다.
221 Closing Port / Mail queued for delivery
반응형