flyinweb 's BLOG
注册阿里妈妈赚广告费 | 新版本 | 网址导航 |石头频道 | 实用工具 |
日志首页 DotNet专栏 应用开发专栏 数据库专栏 服务器专栏 网络文摘 技术文摘 google推广 网站地图
用户登录
用户:
密码:
 

站点日历
73 2010 - 9 48
   1234
567891011
12131415161718
19202122232425
2627282930


天气状况

站点统计

最新评论

日志搜索

 标题   内容

产品推介

使用 NSlookup.exe Telnet到端口25以测试SMTP通信

未知 如何获取 Internet 邮件交换器记录   [ 日期:2005-02-03 ]   [ 来自:MS ]   [复制URL]
正在加载...
How to obtain Internet Mail Exchanger records with the Nslookup.exe Utility
Article ID : 203204 
Last Review : November 3, 2004 
Revision : 1.0 
This article was previously published under Q203204
On this page
 SUMMARY 
 MORE INFORMATION 

SUMMARY
When you troubleshoot Simple Mail Transfer Protocol (SMTP) problems, you may want to obtain the Domain Name System (DNS) records for the SMTP domain in question. You can use the Nslookup.exe utility to collect this information. 
MORE INFORMATION
Requirements
DNS must be configured properly on the computer running the Nslookup.exe utility. If DNS is not configured, an error message is displayed when the Nslookup.exe utility starts. 
Steps to Use the Nslookup.exe Utility
1. Open a command prompt. 
2. Type the following:
nslookup 
3. Type the following: 
set q=mx
This sets a filter to only collect Internet Mail Exchanger (MX) records and related information. 
4. Type the following 
domain_name.com
where domain_name is the domain that you want to obtain the DNS records for, for example, microsoft.com or msn.com. 
An output similar to the following is displayed: 

Server: [157.178.72.30]
Address: 157.178.72.30

microsoft.com MX preference = 10, mail exchanger = mail1.microsoft.com
microsoft.com MX preference = 10, mail exchanger = mail2.microsoft.com
microsoft.com MX preference = 10, mail exchanger = mail3.microsoft.com
microsoft.com MX preference = 10, mail exchanger = mail4.microsoft.com
microsoft.com MX preference = 10, mail exchanger = mail5.microsoft.com
mail1.microsoft.com internet address = 131.107.3.125
mail2.microsoft.com internet address = 131.107.3.124
mail3.microsoft.com internet address = 131.107.3.123
mail4.microsoft.com internet address = 131.107.3.122
mail5.microsoft.com internet address = 131.107.3.121 


[本日志由 flyinweb 于 2005-02-03 01:29 PM 编辑]
引用通告地址 (0):
复制引用地址http://www.517sou.net/trackback.asp?tbID=263
复制引用地址http://www.517sou.net/trackback.asp?tbID=263&CP=GBK
暂时没有评论
发表评论 - 请先登录!

闽ICP备05000841