<?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>havemousewillclick.com &#187; Email server</title>
	<atom:link href="http://havemousewillclick.com/main/?feed=rss2&#038;tag=email-server" rel="self" type="application/rss+xml" />
	<link>http://havemousewillclick.com/main</link>
	<description>keep on clicking...</description>
	<lastBuildDate>Fri, 20 Feb 2009 14:38:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Check connectivity to a mail server</title>
		<link>http://havemousewillclick.com/main/?p=12</link>
		<comments>http://havemousewillclick.com/main/?p=12#comments</comments>
		<pubDate>Wed, 04 Jun 2008 03:14:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Trouble shooting]]></category>
		<category><![CDATA[Email server]]></category>
		<category><![CDATA[nslookup]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[telnet]]></category>

		<guid isPermaLink="false">http://havemousewillclick.com/main/?p=12</guid>
		<description><![CDATA[When email does not get delivered it can be a real pain. 

Here I will try to explain a few basic trouble shooting tips that you can perform to try and narrow down the problem by connecting to the remote mail server.]]></description>
			<content:encoded><![CDATA[<p>When email does not get delivered it can be a real pain.</p>
<p>Here I will try to explain a few basic trouble shooting tips that you can perform to try and narrow down the problem by connecting to the remote mail server.</p>
<p>I will be using Windows XP commands for this.  But most operating systems have these tools inbuilt or very similar ones available.</p>
<p><strong>Tools used</strong></p>
<ul>
<li>NSLOOKUP</li>
<li>PING</li>
<li>Telnet</li>
</ul>
<p><strong>NSLOOKUP</strong></p>
<p>First off we will use NSLOOKUP to find the mail server we are having problems sending to.</p>
<ol>
<li>Open a command prompt.</li>
<li>Type “<span style="color: #ff0000;"><strong>NSLOOKUP</strong></span>” and press enter.</li>
<li>Type “<strong><span style="color: #ff0000;">SET TYPE=MX</span></strong>” and press enter.</li>
<li>Type in the domain name your having problems with eg. “microsoft.com” Look for the server name with the lowest MX preference number and note it down. If they are all the same preference, just use anyoneone.</li>
<li>Quit NSLOOKUP by typing “<span style="color: #ff0000;"><strong>exit</strong></span>”</li>
</ol>
<p><strong>PING</strong></p>
<p>Now we will use the PING command to see if the server we found in part one is reachable.</p>
<ol>
<li>Open a command prompt.</li>
<li>Type “<span style="color: #ff0000;"><strong>PING server address</strong></span>” (ping mail.microsoft.com )</li>
</ol>
<p>Please note that if the server has ping disabled you may get <em>Request timed out </em>message.  This does not necessarily mean it is down.</p>
<p><strong>TELNET</strong></p>
<p>Lastly using the TELNET command we will connect the the remote email server and send a test email.</p>
<ol>
<li>Open a command prompt.</li>
<li>Type “<span style="color: #ff0000;"><strong>TELNET server address 25</strong></span>”</li>
<li>You should see a server welcome message</li>
<li>Type “<strong><span style="color: #ff0000;">HELO</span></strong>” and press enter (you might not see what you type.  This is normal)</li>
<li>Type “<strong><span style="color: #ff0000;">mail from: myemail@mydomain.com</span></strong>” substituting your address and press enter.</li>
<li>Type “<span style="color: #ff0000;"><strong>rcpt to: user@server.com</strong></span>” substituting the recipients address and press enter.</li>
<li>Type “<span style="color: #ff0000;"><strong>data</strong></span>” and press enter.</li>
<li>Type “<strong><span style="color: #ff0000;">Subject: Test message</span></strong>” and press enter TWICE</li>
<li>Type &#8220;<span style="color: #ff0000;"><strong>This is a test message.</strong></span>&#8221; and press enter. You must have the . (full spot/period)</li>
<li>Type “<span style="color: #ff0000;"><strong>quit</strong></span>” and press enter to exit.</li>
</ol>
<p>If everything has work the message will now be sent, confirming the server is working fine.  If not more troubleshooting is required!</p>
]]></content:encoded>
			<wfw:commentRss>http://havemousewillclick.com/main/?feed=rss2&amp;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
