<?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>SpinPlate &#187; SMTP</title>
	<atom:link href="http://spinplate.com/tag/smtp/feed/" rel="self" type="application/rss+xml" />
	<link>http://spinplate.com</link>
	<description>Just keeping the plates from falling.</description>
	<lastBuildDate>Thu, 16 Feb 2012 16:25:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Set up local SMTP service to relay e-mail to a mail server</title>
		<link>http://spinplate.com/2008/07/set-up-local-smtp-service-to-relay-e-mail-to-a-mail-server/</link>
		<comments>http://spinplate.com/2008/07/set-up-local-smtp-service-to-relay-e-mail-to-a-mail-server/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 14:41:28 +0000</pubDate>
		<dc:creator>PlateSpinner</dc:creator>
				<category><![CDATA[Microsoft Admin]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://spinplate.com/?p=16</guid>
		<description><![CDATA[Let&#8217;s say you&#8217;re using a virtual machine to develop SharePoint on and you need to test some mail alerts.&#160; These instructions will show you how to set up the built-in SMTP on Windows Server 2003 so that it will accept &#8230; <a href="http://spinplate.com/2008/07/set-up-local-smtp-service-to-relay-e-mail-to-a-mail-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you&#8217;re using a virtual machine to develop SharePoint on and you need to test some mail alerts.&nbsp; These instructions will show you how to set up the built-in SMTP on Windows Server 2003 so that it will accept mail and forward it to a production mail server such as a home ISP mail server or your company&#8217;s Exchange server for delivery to either another mailbox account or any other e-mail address.&nbsp; This would allow a developer to enable and test e-mail notifications from SharePoint or any other application.
<p>Follow these instructions to turn on SMTP and set it to use your current mail server as a Smart Host e-mail relay with authentication: </p>
<p><span id="more-16"></span></p>
<ol>
<li>Go into Computer Management and click to view Services.&nbsp; Find &#8220;Simple Mail Transfer Protocol (SMTP)&#8221; service and verify that it is started and it&#8217;s startup type is Automatic. <img height="389" alt="image" src="http://spinplate.com/blogs/post-images/SetuplocalSMTPservicetorelayemailtoamail_964C/image_4.png" width="605"><br /> 
<li>Go into the IIS Manager and right-click on Default SMTP Virtual Server and click on Properties.&nbsp; After the &#8220;Default SMTP Virtual Server Properties&#8221; window opens, click on the Delivery tab and then click on the Advanced button.&nbsp; <br /><img height="448" alt="image" src="http://spinplate.com/blogs/post-images/SetuplocalSMTPservicetorelayemailtoamail_964C/image_5.png" width="404"> <br /> 
<li>In the &#8220;Advanced Delivery&#8221; window, click on the text box under Smart Host and enter in the <a href="http://en.wikipedia.org/wiki/FQDN" target="_blank">FQDN</a> of your production mail server.&nbsp; Click OK.&nbsp; <br /><img height="371" alt="image" src="http://spinplate.com/blogs/post-images/SetuplocalSMTPservicetorelayemailtoamail_964C/image_thumb.png" width="385"> <br /> 
<li>Still in the Delivery tab, click on the Outbound Security button.&nbsp; In the &#8220;Outbound Security&#8221; window select the radial for Basic Authentication and put <strong>your own</strong> username and password for the server you entered in step 3 in the provided boxes.&nbsp; (see the screenshot)&nbsp; If it&#8217;s a Windows mail server, you will probably use the style in the screenshot.&nbsp; Otherwise, you will need to check the documentation from your mail provider to see how to enter in SMTP credentials.&nbsp; Click OK.&nbsp; <br /><img height="391" alt="image" src="http://spinplate.com/blogs/post-images/SetuplocalSMTPservicetorelayemailtoamail_964C/image_thumb_3.png" width="385"> <br /> 
<li>Now you need to give yourself permission to relay mail through your SMTP server.&nbsp; Back in the SMTP Virtual Server Properties window, click on the Access tab and then click on the Relay button.&nbsp; Make sure the radial for &#8220;Only the list below&#8221; is selected and click on the Add button to add an IP that is allowed to relay. <br /> 
<li>In the window that pops up, select the radial for Single computer and enter in the IP address for the loopback adapter, (127.0.0.1) .&nbsp; click OK 3 times to set all of your changes.&nbsp; <br /><img height="374" alt="image" src="http://spinplate.com/blogs/post-images/SetuplocalSMTPservicetorelayemailtoamail_964C/image_6.png" width="384"> <br /> 
<li>Stop and start the &#8220;Simple Mail Transfer Protocol (SMTP)&#8221; service and follow these instructions (<a href="http://support.microsoft.com/kb/323350/en-us">link to Microsoft Support KB</a>) to test your SMTP server.</li>
</ol>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/e-mail' rel='tag' target='_blank'>e-mail</a>, <a class='technorati-link' href='http://technorati.com/tag/SharePoint' rel='tag' target='_blank'>SharePoint</a>, <a class='technorati-link' href='http://technorati.com/tag/SMTP' rel='tag' target='_blank'>SMTP</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://spinplate.com/2008/07/set-up-local-smtp-service-to-relay-e-mail-to-a-mail-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

