<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dfey Creative Minds &#187; email</title>
	<atom:link href="http://www.dfey.com/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dfey.com</link>
	<description>Design Fusion Exchange Yard</description>
	<lastBuildDate>Sat, 06 Mar 2010 08:04:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>如何查询指定域名的MX记录</title>
		<link>http://www.dfey.com/2009/08/06/%e5%a6%82%e4%bd%95%e6%9f%a5%e8%af%a2%e6%8c%87%e5%ae%9a%e5%9f%9f%e5%90%8d%e7%9a%84mx%e8%ae%b0%e5%bd%95/</link>
		<comments>http://www.dfey.com/2009/08/06/%e5%a6%82%e4%bd%95%e6%9f%a5%e8%af%a2%e6%8c%87%e5%ae%9a%e5%9f%9f%e5%90%8d%e7%9a%84mx%e8%ae%b0%e5%bd%95/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 07:37:44 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[企业邮局]]></category>
		<category><![CDATA[技术支持]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mx]]></category>
		<category><![CDATA[企业邮箱]]></category>
		<category><![CDATA[邮件]]></category>

		<guid isPermaLink="false">http://www.dfey.com/?p=84</guid>
		<description><![CDATA[    进行DNS查询的一个非常有用的工具是nslookup，可以使用它来查询DNS中的各种数据。可以在Windows的命令行下直接运行nslookup进入一个交互模式，在这里能查询各种类型的DNS数据。
    DNS的名字解析数据可以有各种不同的类型，有设置这个zone的参数的SOA类型数据，有设置名字对应的IP地址的A类型数据，有设置邮件交换的MX类型数据。这些不同类型的数据均可以通过nslookup的交互模式来查询，在查询过程中可以使用set type命令设置相应的查询类型。
如：
C:\&#62;nslookup
*** Can&#8217;t find server name for address 124.74.213.68: Non-existent domain
Default Server:  ns-pd.online.sh.cn
Address:  202.96.209.133
&#62; set type=mx
&#62; dfey.com
Server:  ns-pd.online.sh.cn
Address:  202.96.209.133
Non-authoritative answer:
dfey.com        MX preference = 20, mail exchanger = ALT2.ASPMX.L.GOOGLE.com
dfey.com        MX preference = 30, mail exchanger = ASPMX2.GOOGLEMAIL.com
dfey.com        MX preference = 30, mail exchanger = ASPMX3.GOOGLEMAIL.com
dfey.com        MX preference = 30, mail exchanger = ASPMX4.GOOGLEMAIL.com
dfey.com        MX [...]]]></description>
			<content:encoded><![CDATA[<p>    进行DNS查询的一个非常有用的工具是nslookup，可以使用它来查询DNS中的各种数据。可以在Windows的命令行下直接运行nslookup进入一个交互模式，在这里能查询各种类型的DNS数据。</p>
<p>    DNS的名字解析数据可以有各种不同的类型，有设置这个zone的参数的SOA类型数据，有设置名字对应的IP地址的A类型数据，有设置邮件交换的MX类型数据。这些不同类型的数据均可以通过nslookup的交互模式来查询，在查询过程中可以使用set type命令设置相应的查询类型。<br />
如：</p>
<p>C:\&gt;nslookup<br />
*** Can&#8217;t find server name for address 124.74.213.68: Non-existent domain<br />
Default Server:  ns-pd.online.sh.cn<br />
Address:  202.96.209.133</p>
<p>&gt; set type=mx<br />
&gt; dfey.com<br />
Server:  ns-pd.online.sh.cn<br />
Address:  202.96.209.133</p>
<p>Non-authoritative answer:<br />
dfey.com        MX preference = 20, mail exchanger = ALT2.ASPMX.L.GOOGLE.com<br />
dfey.com        MX preference = 30, mail exchanger = ASPMX2.GOOGLEMAIL.com<br />
dfey.com        MX preference = 30, mail exchanger = ASPMX3.GOOGLEMAIL.com<br />
dfey.com        MX preference = 30, mail exchanger = ASPMX4.GOOGLEMAIL.com<br />
dfey.com        MX preference = 30, mail exchanger = ASPMX5.GOOGLEMAIL.com<br />
dfey.com        MX preference = 10, mail exchanger = ASPMX.L.GOOGLE.com<br />
dfey.com        MX preference = 20, mail exchanger = ALT1.ASPMX.L.GOOGLE.com<br />
&gt;</p>
<p>如果所要查的某域名的MX记录不存在，则出现与以下类似的提示： </p>
<p>&gt; jzsv.com<br />
Server:  ns-pd.online.sh.cn<br />
Address:  202.96.209.133</p>
<p>*** ns-pd.online.sh.cn can&#8217;t find jzsv.com: Server failed</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dfey.com/2009/08/06/%e5%a6%82%e4%bd%95%e6%9f%a5%e8%af%a2%e6%8c%87%e5%ae%9a%e5%9f%9f%e5%90%8d%e7%9a%84mx%e8%ae%b0%e5%bd%95/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
