使用Telnet测试电子邮件(SMTP) 如果您正在排查电子邮件连接和电子邮件接收问题,则可能需要测试基本SMTP通信以解决您遇到 的问题.例如,如果通过SMTP向ESA发送电子邮件时遇到问题,您可以在本地客户端或桌面上使 用Telnet测试SMTP连接,并连接到ESA上的端口25.默认情况下,SMTP在端口25上侦听. 注意:从GUI上的Network > ...
本文檔介紹如何使用telnet通過郵件安全裝置(ESA)或安全管理裝置(SMA)上配置的監聽程式,從本地客戶端執行基本SMTP測試。
你知道吗?可以使用 Microsoft 远程连接分析器https://testconnectivity.microsoft.com/,而不是使用 Telnet 测试 SMTP 连接? 使用远程连接分析器,可以选择想要执行的连接测试(在本例中为入站 SMTP Email),并按照显示的说明进行操作。 它将引导你完成需要输入的信息,为你运行测试,然后提供结果。 试一试!
Step 2: Find the FQDN or IP address of the destination SMTP server Step 3: Use Telnet on Port 25 to test SMTP communication Step 4: Success and error messages in the Telnet Session You can use Telnet to test Simple Mail Transfer Protocol (SMTP) communication between messaging servers. SMTP...
250-gz-t-163smtp2.163.com 250-mail 250-PIPELINING 250-8BITMIME 250-AUTH LOGIN PLAIN 250-AUTH=LOGIN PLAIN 250 STARTTLS 38b4bb77-c40a-4374-b1e3-11a4049064b9 输入:AUTH LOGIN 返回:334 VXNlcm5hbWU6 38b4bb77-c40a-4374-b1e3-11a4049064b9 ...
Step 2: Find the FQDN or IP address of the destination SMTP server Step 3: Use Telnet on Port 25 to test SMTP communication Step 4: Success and error messages in the Telnet Session You can use Telnet to test Simple Mail Transfer Protocol (SMTP) communication between messaging servers. SMTP...
Test mail flow from your Exchange to another messaging server on the Internet.რჩევა Did you know that, instead of using Telnet to test SMTP connectivity, you can use the Microsoft Remote Connectivity Analyzer at https://testconnectivity.microsoft.com/? With the Remote Connectivity ...
$ openssl s_client -starttls smtp \ -connect email.example.com:587 > ehlo example.com > auth login ##paste your user base64 string here## ##paste your password base64 string here## > mail from: noreply@example.com > rcpt to: admin@example.com ...
$ openssl s_client -starttls smtp \ -connect email.example.com:587 > ehlo example.com > auth login ##paste your user base64 string here## ##paste your password base64 string here## > mail from: noreply@example.com > rcpt to: admin@example.com ...
下面的例子是用qq的smtp服务器。 setlocalecho本地回显启用telnet smtp.qq.com25220smtp.qq.com Esmtp QQ Mail Serverhelo sis250smtp.qq.com//服务器返回250 smtp.qq.comSTARTTLS220Ready to start TLS//服务器返回 220 准备开启TLS通讯auth login334VXNlcm5hbWU6//服务器返回334 VXNlcm5hbWU6(即Username:)*...