使用nslookup查看邮箱信息

编程入门 行业动态 更新时间:2024-10-11 21:24:44

使用环境

[peter@localhost eclipse]$cat /etc/redhat-release 
CentOS release 6.5 (Final)

提示 : 建议在linux环境下进行测试。有的window版本可以,有的不行。

查看信箱的mx记录

[peter@localhost eclipse]$ nslookup -type=mx 139
Server:		192.168.2.2
Address:	192.168.2.2#53

Non-authoritative answer:
139	mail exchanger = 5 mx1.mail.139.
139	mail exchanger = 20 mx3.mail.139.
139	mail exchanger = 10 mx2.mail.139.

Authoritative answers can be found from:

[peter@localhost eclipse]$

提示: MX记录是邮箱服务器到邮箱服务器的地址,也就是SMTP服务器到SMTP服务器的通信地址。这里和客户端到SMTP服务器是不一样的,139客户端的SMTP服务器是"smtp.139"

查看信箱的txt记录

[root@localhost Desktop]# nslookup -type=txt 139
Server:		192.168.2.2
Address:	192.168.2.2#53

Non-authoritative answer:
139	text = "v=spf1 include:spf.mail.10086 ~all"

Authoritative answers can be found from:

[root@localhost Desktop]#

提示 : TXT记录是很多邮件服务器反垃圾邮件重要的检测选项。TXT记录作为DNS的一部分,需要在DNS提供厂商的网站上进行设置。

更多推荐

使用nslookup查看邮箱信息

本文发布于:2023-06-14 06:30:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1446871.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:邮箱   信息   nslookup

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!