<?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>My Geek Finds &#187; telnet</title>
	<atom:link href="http://www.mygeekfinds.com/tag/telnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mygeekfinds.com</link>
	<description>Tech notes, Virtualization, Networking</description>
	<lastBuildDate>Tue, 23 Feb 2010 13:43:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SMTP with Telnet</title>
		<link>http://www.mygeekfinds.com/2009/03/smtp-with-telnet/</link>
		<comments>http://www.mygeekfinds.com/2009/03/smtp-with-telnet/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:42:06 +0000</pubDate>
		<dc:creator>Hersey</dc:creator>
				<category><![CDATA[My Notes]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[telnet]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=24</guid>
		<description><![CDATA[Nothing spectacular here, but at times you may need to manually test an SMTP connection, so here is how (the mail server responses are italic):
telnet mailhost.domain.com 25
220 mailhost.domain.com ESMTP MAILHOST
helo yourhost.yourdomain.com
250 mailhost.domain.com Hello yourhost.yourdomain.com [yourip], pleased to meet you
mail from: youremail@yourdomain.com
250 2.1.0 Sender ok
rcpt to: recipientemail@recipientdomain.com
250 2.1.5 Recipient ok
data
354 Enter mail, end with &#8220;.&#8221; on [...]]]></description>
			<content:encoded><![CDATA[<p>Nothing spectacular here, but at times you may need to manually test an SMTP connection, so here is how (the mail server responses are <em>italic</em>):</p>
<blockquote><p>telnet mailhost.domain.com 25</p>
<p><em>220 mailhost.domain.com ESMTP MAILHOST</em></p>
<p>helo yourhost.yourdomain.com</p>
<p><em>250 mailhost.domain.com Hello yourhost.yourdomain.com [yourip], pleased to meet you</em></p>
<p>mail from: youremail@yourdomain.com</p>
<p><em>250 2.1.0 Sender ok</em></p>
<p>rcpt to: recipientemail@recipientdomain.com</p>
<p><em>250 2.1.5 Recipient ok</em></p>
<p>data</p>
<p><em>354 Enter mail, end with &#8220;.&#8221; on a line by itself</em></p>
<p>Subject: Test Message</p>
<p>Test Message<br />
.</p>
<p><em>250 2.0.0 Message accepted for delivery</em></p>
<p>quit</p></blockquote>
<p>The responses may vary a bit depending on the SMTP server but that is basically it.</p>
<p>Details on the <a href="http://www.ietf.org/rfc/rfc2821.txt">SMTP server response codes can be found in rfc2821</a> check sections 4.2.2 and 4.2.3</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/03/smtp-with-telnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
