<?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>Shaun's Notes &#187; Exchange</title>
	<atom:link href="http://www.shaunamarelo.com/shaunsnotes/category/exchange/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shaunamarelo.com/shaunsnotes</link>
	<description>notes, fixes, and other cool stuff</description>
	<lastBuildDate>Thu, 05 Mar 2009 09:23:03 +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>Configure Exchange 2007 to receive e-mail for other domains</title>
		<link>http://www.shaunamarelo.com/shaunsnotes/configure-exchange-2007-to-receive-e-mail-for-other-domains/</link>
		<comments>http://www.shaunamarelo.com/shaunsnotes/configure-exchange-2007-to-receive-e-mail-for-other-domains/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 05:11:38 +0000</pubDate>
		<dc:creator>Shaun</dc:creator>
				<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://www.shaunamarelo.com/shaunsnotes/?p=35</guid>
		<description><![CDATA[This is all basically extracted from Petri.co.il. I just took the steps without really getting into as much depth so I could use as a quick reference.
By default Exchange will only receive emails being sent across the Active Directory domain, i.e. network.mydomain.local. Most Exchange Servers are set up to receive emails for internet domains, i.e. [...]]]></description>
			<content:encoded><![CDATA[<p>This is all basically extracted from <a href="http://www.petri.co.il/configure-exchange-2007-recieve-email-other-domains.htm" target="_blank">Petri.co.il</a>. I just took the steps without really getting into as much depth so I could use as a quick reference.</p>
<p>By default Exchange will only receive emails being sent across the Active Directory domain, i.e. network.mydomain.local. Most Exchange Servers are set up to receive emails for internet domains, i.e. mydomain.com. Basically there are 3 things that need to performed in order to start receiving emails from these other domains:</p>
<ol>
<li>Add the domain to Accepted Domains</li>
<li>Change the default Accepted Domain</li>
<li>Configure the Default Receiving Connector</li>
</ol>
<p><strong>1. Add domain to Accepted Domains</strong></p>
<p>In order to receive emails for a specific domain Exchange must first have the domain added to the list of Accepted Domains. To do this perform the following:</p>
<ol>
<li>Open the <strong>Exchange Management Console</strong></li>
<li>Under <strong>Organization Configuration</strong> select either the <strong>Hub Transport</strong> or the <strong>Edge Transport</strong></li>
<li>Select the <strong>Accepted Domains</strong> tab</li>
<li>Select <strong>New Accepted Domain</strong></li>
<li>Enter the <strong>Name</strong> and the accepted <strong>Domain</strong><br />
Name : MyDomain<br />
Accepted Domain : mydomain.com</li>
<li>Select which type of relay you are performing. If the emails are not passing through any other email server then select <strong>Authoritative Domain</strong></li>
<li>Click on <strong>New</strong></li>
</ol>
<p><strong>2. Change the Default Accepted Domain</strong></p>
<p>By default, the Default Accepted Domain will be that of the Domain that the Exchange is currently running on.<br />
i.e.  network.mydomain.local<br />
And every users&#8217; mailbox will have them send out emails using that domain.<br />
i.e.  user@network.mydomain.local</p>
<p>So to have emails address to user@mydomain.com by default you will need to set mydomain.com as the Default Accepted Domain, which can be done by performing the following:</p>
<ol>
<li>Open <strong>Exchange Management Shell</strong></li>
<li>To view the current <strong>Default Accepted Domain</strong> type:<br />
<em>Get-AcceptedDomain<br />
</em><br />
The domain having True for Default is the Default Accepted Domain</li>
<li>To change it to mydomain.com type :<br />
<em>Set-AcceptedDomain -Identity mydomain.com -MakeDefault:$true</em></p>
<p><em></em></li>
<li>Confirm that mydomain.com is the default by typing:<br />
<em>Get-AcceptedDomain</em></p>
<p><em></em></li>
<li>To quit type:<br />
<em>exit</em></li>
</ol>
<p><strong>3. Configure the Default Receiving Connector</strong></p>
<p>By default the Exchange Server will block all incoming mail that isn&#8217;t sent by the Exchange Server itself. Therefore, to accept all mail servers to deliver mail to the Exchange Server performing the following:</p>
<ol>
<li>Open <strong>Exchange Management Console</strong></li>
<li>Under <strong>Server Configuration</strong> select <strong>Hub Transport</strong></li>
<li>Under <strong>Receive Connectors</strong> go to the properties of the <strong>Default</strong> Connector</li>
<li>Go to the <strong>Permissions Groups</strong> tab and check <strong>Anonymous users</strong></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.shaunamarelo.com/shaunsnotes/configure-exchange-2007-to-receive-e-mail-for-other-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
