<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Trouble shoot domain name issue using nslookup</title>
	<atom:link href="http://blog.ipcnetworking.com/archives/trouble-shoot-domain-name-issue-using-nslookup.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ipcnetworking.com/archives/trouble-shoot-domain-name-issue-using-nslookup.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=trouble-shoot-domain-name-issue-using-nslookup</link>
	<description></description>
	<lastBuildDate>Fri, 10 Jul 2009 09:38:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://blog.ipcnetworking.com/archives/trouble-shoot-domain-name-issue-using-nslookup.html/comment-page-1#comment-214</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 10 Jul 2009 09:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=400#comment-214</guid>
		<description>The easiest way - use network port scanner software - a lot are available on the internet ^^

The error message shows that the email server has implemented policy such that it will not allow other people to use it as an email relay server - a waste of resource from their organization view of point.</description>
		<content:encoded><![CDATA[<p>The easiest way &#8211; use network port scanner software &#8211; a lot are available on the internet ^^</p>
<p>The error message shows that the email server has implemented policy such that it will not allow other people to use it as an email relay server &#8211; a waste of resource from their organization view of point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ojchong</title>
		<link>http://blog.ipcnetworking.com/archives/trouble-shoot-domain-name-issue-using-nslookup.html/comment-page-1#comment-213</link>
		<dc:creator>ojchong</dc:creator>
		<pubDate>Fri, 10 Jul 2009 03:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=400#comment-213</guid>
		<description>I found out that some email server able to connect by telnet to port 25 and 587. How do we determine which port they using? 

Thanks for your help. I got it. 

220 sgperak.mschosting.com
helo xxxxxxxxx
250 sgperak.mschosting.com Hello [115.132.2.248]
mail from:xxx@domain.com
250 OK  Sender ok
rcpt to:xxxxxxx@domain.com
550 Authentication is required for relay
rcpt to:xxx@domain.com
250 OK  Recipient ok

*550 Authentication is required for relay [what possible this error message could be?]

haha. Still remember me huh? (happy) YES, in network industry now.</description>
		<content:encoded><![CDATA[<p>I found out that some email server able to connect by telnet to port 25 and 587. How do we determine which port they using? </p>
<p>Thanks for your help. I got it. </p>
<p>220 sgperak.mschosting.com<br />
helo xxxxxxxxx<br />
250 sgperak.mschosting.com Hello [115.132.2.248]<br />
mail from:xxx@domain.com<br />
250 OK  Sender ok<br />
rcpt to:xxxxxxx@domain.com<br />
550 Authentication is required for relay<br />
rcpt to:xxx@domain.com<br />
250 OK  Recipient ok</p>
<p>*550 Authentication is required for relay [what possible this error message could be?]</p>
<p>haha. Still remember me huh? (happy) YES, in network industry now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.ipcnetworking.com/archives/trouble-shoot-domain-name-issue-using-nslookup.html/comment-page-1#comment-212</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 09 Jul 2009 11:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=400#comment-212</guid>
		<description>same, result are the same whether it is set type=MX and set q=MX.

You may telnet to port 25 of the email server. Some server will check the email address for the recipient to see if it is exist or not like the following:
---
c:\telnet mx.domain.com 25
...
RCPT TO:&lt;user1@domain.com&gt;
450 Service unavailable
RCPT TO:&lt;user2@domain.com&gt;
250 Ok
quit
221 Closing connection. Good bye.
---

In this case, apparently user2 is exist, however, user1 is not.

Hope help Joon Chong. Are you in network industry now?</description>
		<content:encoded><![CDATA[<p>same, result are the same whether it is set type=MX and set q=MX.</p>
<p>You may telnet to port 25 of the email server. Some server will check the email address for the recipient to see if it is exist or not like the following:<br />
&#8212;<br />
c:\telnet mx.domain.com 25<br />
&#8230;<br />
RCPT TO:<user1 @domain.com><br />
450 Service unavailable<br />
RCPT TO:<user2 @domain.com><br />
250 Ok<br />
quit<br />
221 Closing connection. Good bye.<br />
&#8212;</p>
<p>In this case, apparently user2 is exist, however, user1 is not.</p>
<p>Hope help Joon Chong. Are you in network industry now?</user2></user1></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ojchong</title>
		<link>http://blog.ipcnetworking.com/archives/trouble-shoot-domain-name-issue-using-nslookup.html/comment-page-1#comment-211</link>
		<dc:creator>ojchong</dc:creator>
		<pubDate>Thu, 09 Jul 2009 02:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=400#comment-211</guid>
		<description>interesting! set type=MX and set q=MX; is it the same? Can we check whether that email address exist or not? by using telnet?</description>
		<content:encoded><![CDATA[<p>interesting! set type=MX and set q=MX; is it the same? Can we check whether that email address exist or not? by using telnet?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

