问题:
如何验证邮件安全设备(ESA)是否接受邮件?
以下示例说明如何使用简单邮件传输协议(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上,运行diagnostics > network > smtping