<?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>DYHR.COM &#187; smtp</title>
	<atom:link href="http://dyhr.com/tag/smtp/feed/" rel="self" type="application/rss+xml" />
	<link>http://dyhr.com</link>
	<description></description>
	<lastBuildDate>Sun, 25 Sep 2011 23:12:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Test the SMTP Service</title>
		<link>http://dyhr.com/2010/04/07/test-the-smtp-service/</link>
		<comments>http://dyhr.com/2010/04/07/test-the-smtp-service/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 06:39:33 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://dyhr.com/?p=370</guid>
		<description><![CDATA[To test the SMTP service, follow these steps: 1. Type Telnet at a command prompt (Terminal) , and then press ENTER. 2. At the telnet prompt, type set LocalEcho, press ENTER, and then type open 25, and then press ENTER. 3. Type helo me, and then press ENTER. The output resembles the following: 250 OK [...]]]></description>
			<content:encoded><![CDATA[<p>To test the SMTP service, follow these steps:<br />
   1. Type Telnet at a command prompt (Terminal) , and then press ENTER.<br />
   2. At the telnet prompt, type set LocalEcho, press ENTER, and then type open <machinename> 25, and then press ENTER.<br />
   3. Type helo me, and then press ENTER.<br />
      The output resembles the following:<br />
      250 OK<br />
   4. Type mail from:email@domain.com, and then press ENTER.<br />
      The output resembles the following:<br />
      250 OK &#8211; mail from <email@domain.com><br />
   5. Type rcpt to:youremail@yourdomain.com, and then press ENTER.<br />
      The output resembles the following:<br />
      250 OK &#8211; Recipient <youremail@yourdomain.com><br />
   6. Type Data, and then press ENTER.<br />
      The output resembles the following:<br />
      354 Send data.  End with CRLF.CRLF<br />
   7. Type Subject:This is a test, and then press ENTER two times.<br />
   8. Type Testing, and then press ENTER.<br />
   9. Press ENTER, type a period (.), and then press ENTER.<br />
      The output resembles the following:<br />
      250 OK<br />
  10. Type quit, and then press ENTER.<br />
      The output resembles the following:<br />
      221 Closing Port / Mail queued for delivery</p>
]]></content:encoded>
			<wfw:commentRss>http://dyhr.com/2010/04/07/test-the-smtp-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

