<?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>SharePoint Geek &#187; telnet</title>
	<atom:link href="http://sharepoint-geek.com/category/telnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepoint-geek.com</link>
	<description>SharePoint Tips &#38; Tricks</description>
	<lastBuildDate>Thu, 29 Jul 2010 19:19:27 +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>Email Enable SharePoint Lists</title>
		<link>http://sharepoint-geek.com/2009/11/13/email-enable-sharepoint-lists/</link>
		<comments>http://sharepoint-geek.com/2009/11/13/email-enable-sharepoint-lists/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 13:35:00 +0000</pubDate>
		<dc:creator>stewart</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[email lists]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://sharepoint-geek.com/2009/11/13/email-enable-sharepoint-lists/</guid>
		<description><![CDATA[While working to email-enable SharePoint lists I ran across a great post on Microsoft Support about testing SMTP: SMTP relay behavior in Windows 2000, Windows XP, and Exchange Server The basic test: Start a command prompt. Type telnet ServerName 25, where ServerName is the SMTP server name or IP address and 25 is the port [...]]]></description>
			<content:encoded><![CDATA[<p>While working to email-enable <a href="http://sharepoint-geek.com/tag/sharepoint/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Sharepoint">SharePoint</a> lists I ran across a great post on Microsoft Support about testing SMTP: </p>
<p><a href="http://support.microsoft.com/kb/304897">SMTP relay behavior in Windows 2000, Windows XP, and Exchange Server</a></p>
<p>The basic test:</p>
<p>Start a command prompt. </p>
<p>Type <strong>telnet <var>ServerName</var> 25</strong>, where <var>ServerName</var> is the SMTP server name or IP address and 25 is the port number, and then press ENTER. </p>
<p>Type EHLO, and then press [ENTER]. </p>
<p>At the Telnet session prompt, type <strong>RSET</strong>. The telnet session responds with text that is similar to the following: </p>
<ol>
<li>
<p>250 2.0.0 Resetting</p>
</li>
<li>
<p>Type <strong>MAIL FROM:<var>UserName</var>@<var>DomainName</var>.<var>tld</var></strong>, where <var>UserName</var> is the name of the user, <var>DomainName</var> is the name of the domain, and <var>tld</var> is the top level domain such as .com or .net.         <br />The telnet session responds with text that is similar to the following: </p>
</li>
<li>
<p>250 2.1.0 <var>UserName</var>@<var>DomainName</var>.<var>tld</var>&#8230;.Sender OK</p>
</li>
<li>
<p>Type <strong>RCPT TO:<var>RecipientName</var>@<var>DomainName</var>.<var>tld</var></strong>, where <var>RecipientName</var> is the e-mail address of the recipient.         <br />The telnet session responds with text that is similar to the following: </p>
</li>
<li>
<p>550 5.7.1 Unable to relay for <var>RecipientName</var>@ <var>DomainName</var>.<var>tld</var></p>
</li>
</ol>

	Tags: <a href="http://sharepoint-geek.com/category/email-lists/" title="email lists" rel="tag">email lists</a>, <a href="http://sharepoint-geek.com/tag/sharepoint/" title="Sharepoint" rel="tag">Sharepoint</a>, <a href="http://sharepoint-geek.com/category/smtp/" title="smtp" rel="tag">smtp</a>, <a href="http://sharepoint-geek.com/category/telnet/" title="telnet" rel="tag">telnet</a>, <a href="http://sharepoint-geek.com/category/windows-server/" title="Windows Server" rel="tag">Windows Server</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://sharepoint-geek.com/2009/10/07/wssremovefeaturefromsite-bat-file/" title="WssRemoveFeatureFromSite + BAT File (October 7, 2009)">WssRemoveFeatureFromSite + BAT File</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/10/07/wss-v3-moss-2007-features/" title="WSS v3 &amp; MOSS 2007 Features (October 7, 2009)">WSS v3 &amp; MOSS 2007 Features</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/11/06/unable-to-enable-office-sharepoint-server-publishing/" title="Unable To Enable Office SharePoint Server Publishing (November 6, 2009)">Unable To Enable Office SharePoint Server Publishing</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/05/21/unable-to-activate-office-sharepoint-server-publishing-infrastructure/" title="Unable To Activate Office SharePoint Server Publishing Infrastructure (May 21, 2009)">Unable To Activate Office SharePoint Server Publishing Infrastructure</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/11/04/stop-windows-sharepoint-services-web-application/" title="Stop Windows SharePoint Services Web Application (November 4, 2009)">Stop Windows SharePoint Services Web Application</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://sharepoint-geek.com/2009/11/13/email-enable-sharepoint-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
