<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Exchange 2010 &#8211; relaying to external email addresses</title>
	<atom:link href="http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/</link>
	<description>blogging about...... Microsoft, Cloud Computing and all other things I find interesting</description>
	<lastBuildDate>Wed, 04 Jan 2012 18:16:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Brian</title>
		<link>http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/comment-page-1/#comment-944</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 15 Dec 2011 16:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/#comment-944</guid>
		<description>Thank you!!!  Been messing with this for days. This issue was my exact problem and this fixed it!</description>
		<content:encoded><![CDATA[<p>Thank you!!!  Been messing with this for days. This issue was my exact problem and this fixed it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thorsten</title>
		<link>http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/comment-page-1/#comment-914</link>
		<dc:creator>Thorsten</dc:creator>
		<pubDate>Tue, 11 Oct 2011 14:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/#comment-914</guid>
		<description>If you installed your systems in german language, the command will fail.
Use the following command instead:

Get-ReceiveConnector &quot;&quot;  &#124; Add-ADPermission -User &quot;NT-AUTORITÄT\ANONYMOUS-ANMELDUNG&quot; -ExtendedRights &quot;ms-Exch-SMTP-Accept-Any-Recipient&quot;</description>
		<content:encoded><![CDATA[<p>If you installed your systems in german language, the command will fail.<br />
Use the following command instead:</p>
<p>Get-ReceiveConnector &#8220;&#8221;  | Add-ADPermission -User &#8220;NT-AUTORITÄT\ANONYMOUS-ANMELDUNG&#8221; -ExtendedRights &#8220;ms-Exch-SMTP-Accept-Any-Recipient&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/comment-page-1/#comment-860</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 26 Jul 2011 17:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/#comment-860</guid>
		<description>According to Microsoft you can only do 1 way or the other.  Here is a simple solution using DNS for MX Record resolution that will allow 1 Send Connector to Send Mail to Everyone including Intra-Org email.

Get your exchange server back to a single SendConnector that is set with the basic internet settings:

DNSRoutingEnabled $True, SMTP:*;1, 0.0.0.0

Once you have that, you need to change the transport server configuration to include your internal and external DNS Server IP Addresses:

Set-TransportServer –Identity ‘TransportServerName’  -InternalDNSServers ‘ServerOneIP’,’ServerTwoIP’
Set-TransportServer –Identity ‘TransportServerName’  -ExternalDNSServers ‘ServerOneIP’,’ServerTwoIP’

Once you have changed the Transport Server, change the Send Connector to use External DNS

Set-SendConnector –Identity SendConnectorName –UseExternalDNSServersEnabled $True

Now try to send mail to internal and external user in the same message.  This is working on our system now.</description>
		<content:encoded><![CDATA[<p>According to Microsoft you can only do 1 way or the other.  Here is a simple solution using DNS for MX Record resolution that will allow 1 Send Connector to Send Mail to Everyone including Intra-Org email.</p>
<p>Get your exchange server back to a single SendConnector that is set with the basic internet settings:</p>
<p>DNSRoutingEnabled $True, SMTP:*;1, 0.0.0.0</p>
<p>Once you have that, you need to change the transport server configuration to include your internal and external DNS Server IP Addresses:</p>
<p>Set-TransportServer –Identity ‘TransportServerName’  -InternalDNSServers ‘ServerOneIP’,’ServerTwoIP’<br />
Set-TransportServer –Identity ‘TransportServerName’  -ExternalDNSServers ‘ServerOneIP’,’ServerTwoIP’</p>
<p>Once you have changed the Transport Server, change the Send Connector to use External DNS</p>
<p>Set-SendConnector –Identity SendConnectorName –UseExternalDNSServersEnabled $True</p>
<p>Now try to send mail to internal and external user in the same message.  This is working on our system now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flux</title>
		<link>http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/comment-page-1/#comment-846</link>
		<dc:creator>Flux</dc:creator>
		<pubDate>Fri, 15 Jul 2011 06:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/#comment-846</guid>
		<description>@Bal, you control it using the IP-addresses in the connectors settings.</description>
		<content:encoded><![CDATA[<p>@Bal, you control it using the IP-addresses in the connectors settings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bal</title>
		<link>http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/comment-page-1/#comment-815</link>
		<dc:creator>Bal</dc:creator>
		<pubDate>Wed, 01 Jun 2011 23:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/#comment-815</guid>
		<description>worked for me as well. Thanks for your help. 

How can we verify which rights anonymous users hold before executing this command ?</description>
		<content:encoded><![CDATA[<p>worked for me as well. Thanks for your help. </p>
<p>How can we verify which rights anonymous users hold before executing this command ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mvalk</title>
		<link>http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/comment-page-1/#comment-796</link>
		<dc:creator>mvalk</dc:creator>
		<pubDate>Thu, 07 Apr 2011 18:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/#comment-796</guid>
		<description>Hi Greg,

Authentication tab:

TLS is checked (and not enable domain security) and exchange server authentication
Check your network tab.. if there isn&#039;t any rule preventing the server to connect (option: receive mail from remote servers that have these IP addresses)</description>
		<content:encoded><![CDATA[<p>Hi Greg,</p>
<p>Authentication tab:</p>
<p>TLS is checked (and not enable domain security) and exchange server authentication<br />
Check your network tab.. if there isn&#8217;t any rule preventing the server to connect (option: receive mail from remote servers that have these IP addresses)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Carvlin</title>
		<link>http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/comment-page-1/#comment-795</link>
		<dc:creator>Greg Carvlin</dc:creator>
		<pubDate>Thu, 07 Apr 2011 18:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/#comment-795</guid>
		<description>I&#039;m trying to do the same, what did you set for the Authentication tab? the rest of the steps i&#039;ve done</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to do the same, what did you set for the Authentication tab? the rest of the steps i&#8217;ve done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KJ</title>
		<link>http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/comment-page-1/#comment-626</link>
		<dc:creator>KJ</dc:creator>
		<pubDate>Wed, 25 Aug 2010 23:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/#comment-626</guid>
		<description>Thanks!  This fixed my issue aswell-</description>
		<content:encoded><![CDATA[<p>Thanks!  This fixed my issue aswell-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Hutchinson</title>
		<link>http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/comment-page-1/#comment-589</link>
		<dc:creator>Adrian Hutchinson</dc:creator>
		<pubDate>Tue, 22 Jun 2010 15:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcvalk.net/2009/12/exchange-2010-relaying-to-external-email-addresses/#comment-589</guid>
		<description>Fantastic! I&#039;ve been trying for two days to work out why our 2010 server wouldn&#039;t relay externally, when all the settings looked correct.

A two minute fix after reading this.

Thanks</description>
		<content:encoded><![CDATA[<p>Fantastic! I&#8217;ve been trying for two days to work out why our 2010 server wouldn&#8217;t relay externally, when all the settings looked correct.</p>
<p>A two minute fix after reading this.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

