脚本用于测试域MX记录是否为开发中继。脚本检查指定域的MX记录,尝试通过MX记录指定的SMTP服务器把邮件从test@contoso.com中继到test@contoso.com。DNS检查默认在Google DNS服务器8.8.8.8,可以使用DnsServer参数指定服务器。
确保脚本在你的网络外部运行。
指示
(1)导入功能
下载附件New-OpenRelayTest.ps1到本地指定位置,比如:C:\temp.运行以下命令:
C:\Temp\New-OpenRelayTest.ps1
(2)运行功能
如下运行功能。DnsServer为可选参数,默认为8.8.8.8.
New-OpenRelayTest -Domain litwareinc.com -DnsServer 10.2.0.10
Latest posts by Exchange中文站 (see all)
- 微软将推出卫星解决方案:可连接到 Azure 云服务 - 2020年9月17日
- Windows Terminal 1.0正式发布 - 2020年5月25日
- Azure Lighthouse 相关介绍 - 2020年3月2日
发布于:
浏览:1708 次
还没有评论