問題:
如何驗證郵件安全裝置(ESA)是否接受郵件?
以下示例說明如何使用Simple Mail Transfer Protocol (SMTP)命令與ESA連線,以驗證裝置是否接受電子郵件。Telnet測試也可從您的台式電腦中運行。
- 使用SMTP(埠25)連線到ESA。您可以指定裝置的主機名或IP地址。
>telnet nameofserverl.example.com 25
Trying 10.1.1.235...
Connected to nameofserver.example.com.
Escape character is '^]'.
220 nameofserver.example.com ready at Wed, 30 Jun 2004 12:08:02 -0700
>helo gin.example.com
250 nameofserver.example.com Hello [10.1.3.223]
>mail from: user@example.com
250 2.1.0 user@example.com....Sender OK
>rcpt to: user@example.com 250 2.1.5 user@example.com
>data
354 Start mail input; end with .
- 輸入一些文本作為消息正文。對測試消息進行編號可以更輕鬆地排除故障。
test 01
text of message
.
250 2.6.0 <@nameofserver.example.com> Queued mail for delivery
>quit
提示:還可以使用SMTP命令檢查中繼設定和基本傳遞服務。在CLI上,運行診斷>網路>檢測