使用nslookup查看邮箱信息
使用环境[peter@localhost eclipse]$cat /etc/redhat-releaseCentOS release 6.5 (Final)提示 : 建议在linux环境下进行测试。有的window版本可以,有的不行。查看信箱的mx记录[peter@localhost eclipse]$ nslookup -type=mx 139.comServer:192.168.2.2Add
·
使用环境
[peter@localhost eclipse]$cat /etc/redhat-release
CentOS release 6.5 (Final)
提示 : 建议在linux环境下进行测试。有的window版本可以,有的不行。
查看信箱的mx记录
[peter@localhost eclipse]$ nslookup -type=mx 139.com
Server: 192.168.2.2
Address: 192.168.2.2#53
Non-authoritative answer:
139.com mail exchanger = 5 mx1.mail.139.com.
139.com mail exchanger = 20 mx3.mail.139.com.
139.com mail exchanger = 10 mx2.mail.139.com.
Authoritative answers can be found from:
[peter@localhost eclipse]$
提示: MX记录是邮箱服务器到邮箱服务器的地址,也就是SMTP服务器到SMTP服务器的通信地址。这里和客户端到SMTP服务器是不一样的,139客户端的SMTP服务器是"smtp.139.com"
查看信箱的txt记录
[root@localhost Desktop]# nslookup -type=txt 139.com
Server: 192.168.2.2
Address: 192.168.2.2#53
Non-authoritative answer:
139.com text = "v=spf1 include:spf.mail.10086.cn ~all"
Authoritative answers can be found from:
[root@localhost Desktop]#
提示 : TXT记录是很多邮件服务器反垃圾邮件重要的检测选项。TXT记录作为DNS的一部分,需要在DNS提供厂商的网站上进行设置。
更多推荐
已为社区贡献3条内容
所有评论(0)