<?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>Email management, storage and security for business email admins &#187; Hub Transport</title>
	<atom:link href="http://www.theemailadmin.com/tag/hub-transport/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theemailadmin.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 14:00:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Inside Exchange 2010: What is Shadow Redundancy?</title>
		<link>http://www.theemailadmin.com/2011/06/inside-exchange-2010-what-is-shadow-redundancy/</link>
		<comments>http://www.theemailadmin.com/2011/06/inside-exchange-2010-what-is-shadow-redundancy/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 12:43:03 +0000</pubDate>
		<dc:creator>Ed Fisher</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[Hub Transport]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=4111</guid>
		<description><![CDATA[Learn more about the inner workings of Exchange 2010's high availability by reading this post about Shadow Redundancy.<p><a href="http://www.theemailadmin.com/2011/06/inside-exchange-2010-what-is-shadow-redundancy/">Inside Exchange 2010: What is Shadow Redundancy?</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F06%2Finside-exchange-2010-what-is-shadow-redundancy%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2011_2F06_2Finside-exchange-2010-what-is-shadow-redundancy_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F06%2Finside-exchange-2010-what-is-shadow-redundancy%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright size-full wp-image-4112" src="http://www.theemailadmin.com/wp-content/uploads/2011/06/ShadowRedundancy.jpg" alt="ShadowRedundancy" width="200" height="150" />It does not take much to encourage me, and the positive comments I received on the post <a href="http://www.theemailadmin.com/2011/05/inside-exchange-2010-what-is-the-transport-dumpster/" target="_blank">Inside Exchange 2010: What is the Transport Dumpster?</a> was enough to convince me to take on another Inside Exchange 2010 post. In this post, we are going to take a look at a feature added to Exchange 2010 called Shadow Redundancy.</p>
<p>Shadow Redundancy is related to the Transport Dumpster in that it is a high availability mechanism implemented to prevent data loss if a failure occurs while a message is in transit. Whereas the Transport Dumpster is designed to protect against the failover of a mailbox server that is a part of a database access group, which means that it doesn’t offer anything for mailbox servers that aren’t, Shadow Redundancy can protect against data loss in an Exchange environment that includes only a single Edge Transport server and a Hub Transport/Client Acesss/Mailbox server.</p>
<p><span id="more-4111"></span>Given the key role of a Hub Transport server, and the number of messages that could be in transit to a Hub Transport server if it suffers a failure, the potential for data loss might be significant without a way to preserve messages sent to an HT server until it can be confirmed that the messages were received, and this is where Shadow Redundancy comes into play. Shadow redundancy keeps a copy of every message it sends into the Exchange infrastructure until it receives a confirmation that the message was delivered successfully to the next server in the chain. Message delivery can include multiple hops in a larger environment where a message may need to cross multiple Hub Transport servers, and can have multiple paths to the destination mailbox. Shadow Redundancy only needs to keep a copy of a message until the next hop confirms that it has the message committed to its database. Once that confirmation is received, the message can be deleted from the transport database of the sending server. The process will repeat along each hop until the message finally reaches a mailbox server and is committed to the mailbox database. If a Hub Transport server sends a message to another server, and that server has a failure (unplanned, or even something as simple as an administrator shutting it down for maintenance, then when the sending server queries for delivery status, the confirmation cannot be obtained. The sending server will keep the message in a shadow queue so that when the server comes back online, it can resend the message. It will try to deliver the message again at five minute intervals, and will retry three times.</p>
<p>You may see this shadow queue appear and disappear when you are viewing queues on Edge or Hub Transport servers. The higher the volume of mail sent, the more likely you will see this queue appear and disappear as all messages are confirmed as being committed to the transport or mailbox database. The settings for Shadow Redundancy can be viewed, and changed, using the Exchange Management Shell. To view the parameters of Shadow Redundancy, enter this command at the EMS.</p>
<pre>Get-TransportConfig | fl Shadow*</pre>
<blockquote><p>&#8230;fl is short for Format-List and Shadow* limits the output to parameters whose names start with Shadow.</p></blockquote>
<p>There are four parameters, and their default values are returned.</p>
<pre>ShadowRedundancyEnabled              : True
ShadowHeartbeatTimeoutInterval       : 00:05:00
ShadowHeartbeatRetryCount            : 3
ShadowMessageAutoDiscardInterval     : 2.00:00:00</pre>
<p>Shadow Redundancy is enabled by default, and is set to check for delivery confirmations using a 5 minute heartbeat, and to retry 3 times. If it never gets a response, it will automatically delete messages after 2 days. All of these values can be configured, but should not be unless your specific situation is unusual, like a WAN connection that chronically fails. To change the parameters, you can use the Set-TransportConfig command.</p>
<p><em> If you found this post useful, leave a comment or retweet it and I’ll work on adding a third to the series.</em></p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2011/06/inside-exchange-2010-what-is-shadow-redundancy/">Inside Exchange 2010: What is Shadow Redundancy?</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2011/06/inside-exchange-2010-what-is-shadow-redundancy/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Configure Exchange to Support Inbound Email for SharePoint</title>
		<link>http://www.theemailadmin.com/2011/05/how-to-configure-exchange-to-support-inbound-email-for-sharepoint/</link>
		<comments>http://www.theemailadmin.com/2011/05/how-to-configure-exchange-to-support-inbound-email-for-sharepoint/#comments</comments>
		<pubDate>Tue, 31 May 2011 13:08:42 +0000</pubDate>
		<dc:creator>Ed Fisher</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Hub Transport]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=4085</guid>
		<description><![CDATA[Here's how you can set up your Exchange infrastructure to support inbound email to SharePoint.<p><a href="http://www.theemailadmin.com/2011/05/how-to-configure-exchange-to-support-inbound-email-for-sharepoint/">How to Configure Exchange to Support Inbound Email for SharePoint</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F05%2Fhow-to-configure-exchange-to-support-inbound-email-for-sharepoint%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2011_2F05_2Fhow-to-configure-exchange-to-support-inbound-email-for-sharepoint_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F05%2Fhow-to-configure-exchange-to-support-inbound-email-for-sharepoint%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-medium wp-image-4087" style="margin: 10px; border: 0px solid black;" src="http://www.theemailadmin.com/wp-content/uploads/2011/05/sharepoint1-300x75.jpg" alt="sharepoint" width="300" height="75" />In our previous post involving <a href="http://www.theemailadmin.com/2011/04/4-steps-in-troubleshooting-sharepoint%E2%80%99s-outbound-smtp-connections/">Exchange and SharePoint</a>, we covered how to troubleshoot issues with SharePoint sending outbound email through your Exchange infrastructure. In this post, we’re going to go over how to setup Exchange so that it can send email to SharePoint.</p>
<p>Enabling inbound email to SharePoint is a great way to allow users to email messages and attachments to SharePoint lists and document libraries. Email could originate from internal users or external, and can be used to simplify document submissions, or as a way to start a workflow. If a user creates a meeting and includes a SharePoint calendar in the invite, SharePoint can automatically create a calendar entry.</p>
<p><span id="more-4085"></span>The easiest (preferable) way to facilitate inbound email to Exchange is to use your SharePoint site name or a similar subdomain of your email domain. For example, if your email domain is <a target="_blank" href="http://retrohack.com/" onclick="pageTracker._trackPageview('/outgoing/retrohack.com/?referer=');">retrohack.com</a>, use sp.retrohack.com as your SharePoint subdomain. In my case, that is also the URL used to access SharePoint, which makes it even easier for users to understand. Users can send emails to <em>list</em>@sp.retrohack.com. Setting up Exchange and SharePoint so that you can send emails in to SharePoint requires four steps. Three of these are done on SharePoint, and only one on Exchange, but since many SharePoint admins will want assistance from their email admins when enabling inbound email to SharePoint, you will want to know all the parts. Here they are:</p>
<ol>
<li>Enable incoming email on SharePoint.<br />
In SharePoint Central Administration, go to the Operations tab and click on “Incoming Email Settings.” Enable sites to receive email, leave the setting for Automatic mode, leave the setting for SharePoint Directory Management Service to No, add the subdomain you have chosen to the field for E-mail server display address:, and choose whether you want to accept email from any host, or if you want to enter the FQDN or ip.addr of each of your hub transport servers.</li>
<li>Install the SMTP service on each of the SharePoint web front ends in your farm (you may only have the one.)<br />
This is a feature in Windows 2008. If you are not sure how to do this, see <a href="http://www.theemailadmin.com/2010/12/got-relay-using-the-microsoft-smtp-service/">this article</a>.</li>
<li>Configure your Exchange infrastructure to forward email to your SharePoint infrastructure.<br />
On your Exchange server, launch the EMC. Browse down to the Organization Configuration and click Hub Transport. Click the action item for “New Send Connector” to launch the wizard. Name the connector, in the Address Space enter the FQDN of your chosen SharePoint email subdomain (sp.retrohack.com in my example above.) On the Network Settings, choose to Route Mail Through the Following Smart Hosts, and enter the FQDN or the ip.addr of the SharePoint WFE on which you installed the SMTP service. Leave the authentication and Source Server settings to default.</li>
<li>Enable the document libraries and lists that you want to receive email.<br />
In SharePoint, browse to the list or document library you want to receive email, click on Settings, Document Library Settings, and configure the settings the way the SharePoint admin wants.</li>
</ol>
<p>Since the Exchange server will send email to <em><a target="_blank" href="mailto:anything@sp.retrohack.com">anything@sp.retrohack.com</a></em>, the SharePoint server will deal with matching the name of the list or library to what is in an incoming email. As the Exchange admin, you can create contacts so that important lists and libraries will appear in the GAL, or work with the SharePoint admin and Active Directory admin to enable the Directory Management Service. This is a way for SharePoint to put contacts into AD directly when a list or library is email enabled, which will then show up in the GAL. That is a topic for another post, which we’ll cover next week.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2011/05/how-to-configure-exchange-to-support-inbound-email-for-sharepoint/">How to Configure Exchange to Support Inbound Email for SharePoint</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2011/05/how-to-configure-exchange-to-support-inbound-email-for-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inside Exchange 2010: What is the Transport Dumpster?</title>
		<link>http://www.theemailadmin.com/2011/05/inside-exchange-2010-what-is-the-transport-dumpster/</link>
		<comments>http://www.theemailadmin.com/2011/05/inside-exchange-2010-what-is-the-transport-dumpster/#comments</comments>
		<pubDate>Tue, 24 May 2011 18:50:21 +0000</pubDate>
		<dc:creator>Ed Fisher</dc:creator>
				<category><![CDATA[email management]]></category>
		<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Hub Transport]]></category>
		<category><![CDATA[Transport Dumpster]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=4063</guid>
		<description><![CDATA[Ever wondered what else is going on in Exchange 2010, under the hood? If so, allow me to introduce you to the Transport Dumpster.<p><a href="http://www.theemailadmin.com/2011/05/inside-exchange-2010-what-is-the-transport-dumpster/">Inside Exchange 2010: What is the Transport Dumpster?</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F05%2Finside-exchange-2010-what-is-the-transport-dumpster%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2011_2F05_2Finside-exchange-2010-what-is-the-transport-dumpster_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F05%2Finside-exchange-2010-what-is-the-transport-dumpster%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-thumbnail wp-image-4064" style="margin: 10px; border: 0px solid black;" src="http://www.theemailadmin.com/wp-content/uploads/2011/05/dumpster-150x150.png" alt="dumpster" width="85" height="85" />There are several components within Exchange 2010 that administrators may not come across unless they are troubleshooting very specific issues, or reading level 400 texts. This is the first post in what may become a series on some of the deeper internal workings of Exchange 2010. In this first post, I want to introduce you to the Transport Dumpster.</p>
<p>The Transport Dumpster is just one of the inner components of Exchange that sits quietly and unobtrusively on a Hub Transport server, helping to protect data in the event a server experiences any type of failure that would otherwise lead to a loss. You may not notice it, but you will be glad it is there, and in certain circumstances, you may want to adjust its default settings.</p>
<p>The Transport Dumpster first appeared with Exchange 2007, and is a queue that can be found on every Hub Transport server that resides in an Active Directory Site that contains a DAG. It helps prevent loss of data sent from the Hub Transport Server to a Database Availability Group when something fails that would result in a lost message. There is one Transport Dumpster per replicated database.</p>
<p><span id="more-4063"></span>When a message is sent from a Hub Transport server to a Mailbox server, the messages is stored in the Transport Dumpster queue for the DAG until the Hub Transport server receives a notification that the transaction logs for a particular message have been replicated to all copies of the DAG and inspected by the Mailbox server. Once every DAG member confirms that the message logs have been committed, the message will be purged from the queue, but if a DAG member either does not acknowledge the logs, or reports that the logs failed, the Transport Dumpster can resend the information to the DAG member.</p>
<p>The Transport Dumpster stores messages for a period of time controlled by the MaxDumpsterTime setting, which is seven days by default, or when the maximum size of the queue is reached. The default for that is 18MB, but Microsoft recommends that this is set to 1.5 times the maximum message size limit. Whenever one or the other limit is reached, messages are purged on a first-in, first-out basis. You can view the current settings using the EMS and running the command</p>
<pre>Get-TransportConfig | fl *Dumpster*</pre>
<p>You can adjust the parameters for the Transport Dumpster by using these commands in the EMS. In these examples, we set the size to 30 megabytes, and the lifetime to 4 days.</p>
<pre>Set-TransportConfig -MaxDumpsterSizePerDatabase 30MB</pre>
<pre>Set-TransportConfig -MaxDumpsterTime 4</pre>
<p>You can enter the size specifying MB for megabytes, or you can enter a value in bytes. The time can be entered in EnhanceTimeSpan format, but a simple digit will give you days.</p>
<p>It is important to note that the Transport Dumpster does not protect against data loss during a failure should the message be destined for either a public folder, or for a mailbox database that is not a part of a Database Availability Group. It can only protect replicated mailbox databases.</p>
<p>If you found this post interesting/useful, please leave a comment to let me know, or tweet it if you’d prefer. If there is enough interest, I will continue the series on the inner workings of Exchange.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2011/05/inside-exchange-2010-what-is-the-transport-dumpster/">Inside Exchange 2010: What is the Transport Dumpster?</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2011/05/inside-exchange-2010-what-is-the-transport-dumpster/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Explaining the Hub Transport Server Role</title>
		<link>http://www.theemailadmin.com/2011/04/explaining-the-hub-transport-server-role/</link>
		<comments>http://www.theemailadmin.com/2011/04/explaining-the-hub-transport-server-role/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 12:27:35 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[Bridgehead Role]]></category>
		<category><![CDATA[ExchangeLegacyInterop]]></category>
		<category><![CDATA[Hub Transport]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=3787</guid>
		<description><![CDATA[In his article, “The Hub Transport Role”, John Bostock discusses the Hub Transport server role, what it is used for, when is it required, where it is deployed, etc. He reviews its history when it was known as the Bridgehead Role. John explains that the Hub Transport Role must be deployed in every Active Directory [...]<p><a href="http://www.theemailadmin.com/2011/04/explaining-the-hub-transport-server-role/">Explaining the Hub Transport Server Role</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F04%2Fexplaining-the-hub-transport-server-role%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2011_2F04_2Fexplaining-the-hub-transport-server-role_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2011%2F04%2Fexplaining-the-hub-transport-server-role%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright size-medium wp-image-3788" src="http://www.theemailadmin.com/wp-content/uploads/2011/03/Networking-300x240.jpg" alt="Networking" width="300" height="240" /></p>
<p>In his article, <a target="_blank" href="http://itknowledgeexchange.techtarget.com/exchange/" onclick="pageTracker._trackPageview('/outgoing/itknowledgeexchange.techtarget.com/exchange/?referer=');">“The Hub Transport Role”</a>, John Bostock discusses the Hub Transport server role, what it is used for, when is it required, where it is deployed, etc. He reviews its history when it was known as the Bridgehead Role.</p>
<p>John explains that the Hub Transport Role must be deployed in every Active Directory site where other Exchange Server 2007 roles are already installed. As a best practice, your organization should deploy more than one Hub Transport server per site to provide redundancy. All transport rules settings, journal rule settings and connector configuration information are stored in Active Directory.</p>
<p>More importantly, the Hub Transport server role handles all mail flow inside the organization. Email messages that are sent to the Internet are relayed by the Hub Transport server to the Edge Transport server role. Email messages that are received from the Internet are processed by the Edge Transport server and then they are relayed to the Hub Transport server. The Hub Transport server can be configured to relay Internet messages directly or to utilize a third-party smart host in the even an Edge Transport server is not available. An administrator can also install and configure the Edge Transport server agents on the Hub Transport server as a means of anti-spam and viruses protection for their organization.</p>
<p><span id="more-3787"></span>Administrators should be made aware of some of the “gotchas” when the Hub Transport role is setup in an Exchange mixed environment. There are some issues involved if the mixed environment includes Microsoft Windows Server 2000 based clustered systems that host an older version of Exchange virtual server.</p>
<p>In those Exchange mixed environments, the installation of an Exchange 2007 Hub Transport role may fail. The failure can occur if any legacy Exchange cluster server, which is running on a Windows 2000 platform as the target bridgehead server, is selected. If an error message is generated then it may look like the following:</p>
<p>“Cannot find computer object in Active Directory for server &#8216;virtual server name&#8217; “</p>
<p>This error message occurs as a result of a bridgehead server in the existing cluster being selected using the Mail Flow Settings page in Exchange Server 2007 setup. This procedure is prohibited because the cluster is hosting a legacy Exchange server.</p>
<p>To avoid this problem, a routing group connector should be created in Exchange Server 2007 during the Exchange Server 2007 Setup. A server account should be added to the ExchangeLegacyInterop security group for the connected system in Active Directory. Unfortunately, Windows Server 2000 cluster servers do not have these accounts in the Active Directory directory service. This prevents the server account from being added to the ExchangeLegacyInterop security group. And so the error message, listed above, is generated.</p>
<p>If the Routing Group Connector was manually created using the New-RoutingGroupConnector command then the following error message may be received:</p>
<p>New-RoutingGroupConnector : Active Directory operation failed on &lt;GC Server&gt;.Domain.com. This error is not retriable. Additional information: The name reference is invalid. This may be caused by replication latency between Active Directory domain controllers. Active directory response: 000020B5: AtrErr: DSID-03152392, #1:0: 000020B5: DSID-03152392, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 262b30e2 (msExchTargetBridgeheadServersDN) At line:1 char:26 + New-RoutingGroupConnector &lt;&lt;&lt;&lt; -Name &#8220;RGC Name&#8221; -SourceTransportServers &#8220;2007Source.domain.com&#8221; -TargetTransportServers &#8220;2003Target.domain.com&#8221; -Cost 1 -Bidirectional $true -PublicFolderReferralsEnabled $true VERBOSE: New-RoutingGroupConnector : Ending processing.</p>
<p>An administrator might try to run the New-RoutingGroupConnector command using the -Debug -Verbose switch but will most likely receive the following error message:</p>
<p>VERBOSE: New-RoutingGroupConnector : The properties changed are: &#8220;{ TargetRoutingGroup=&#8217;CORPHQ&#8217;, Cost=&#8217;1&#8242;, TargetTransportServerVsis={ &#8217;1&#8242; }, ExchangeLegacyDN=&#8217;/o=Org/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Connections/cn=RGC Name&#8217;, PublicFolderReferralsDisabled=$False, VersionNumber=&#8217;7638&#8242;, SourceTransportServerVsis={ &#8217;2007Server\1&#8242; }, HomeMTA=&#8217;Microsoft MTA&#8217;, MinAdminVersion=&#8217;-2147453113&#8242;, SystemFlags=&#8217;Renamable&#8217;, Id=&#8217;RGC Name&#8217;, RawName=&#8217;RGC Name&#8217; }&#8221;.</p>
<p>VERBOSE: New-RoutingGroupConnector : Saving object &#8220;RGC Name&#8221; of type &#8220;RoutingGroupConnector&#8221; and state &#8220;New&#8221;.</p>
<p>VERBOSE: New-RoutingGroupConnector : Previous operation run on domain controller &#8216;&lt;GC Name&gt;.domain.com&#8217;. Confirm Active Directory operation failed on &lt;GC Name.domain.com. This error is not retriable. Additional information: The name reference is invalid. This may be caused by replication latency between Active Directory domain controllers. Active directory response: 000020B5: AtrErr: DSID-03152392, #1:0: 000020B5: DSID-03152392, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 262b30e2 (msExchTargetBridgeheadServersDN)</p>
<p>An administrator can try to fix this problem by installing the Microsoft Windows 2000 Server Service Pack 3 (SP3) to create a server account in Active Directory. This should correct the problem associated with the clustered virtual server.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2011/04/explaining-the-hub-transport-server-role/">Explaining the Hub Transport Server Role</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2011/04/explaining-the-hub-transport-server-role/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Message Queues</title>
		<link>http://www.theemailadmin.com/2010/10/troubleshooting-message-queues/</link>
		<comments>http://www.theemailadmin.com/2010/10/troubleshooting-message-queues/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 13:59:51 +0000</pubDate>
		<dc:creator>Mike Rede</dc:creator>
				<category><![CDATA[email management]]></category>
		<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[Edge Transport]]></category>
		<category><![CDATA[email servers]]></category>
		<category><![CDATA[Hub Transport]]></category>
		<category><![CDATA[message queues]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=3139</guid>
		<description><![CDATA[Like all servers, email servers are subject to heavy loads and when that happens the servers can slow down to a crawl. And if administrators are not monitoring the performance then they’ll be sure to find out about the slower performance issues from their users. Email servers can slow down for many reasons such as [...]<p><a href="http://www.theemailadmin.com/2010/10/troubleshooting-message-queues/">Troubleshooting Message Queues</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F10%2Ftroubleshooting-message-queues%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2010_2F10_2Ftroubleshooting-message-queues_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F10%2Ftroubleshooting-message-queues%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Like all servers, email servers are subject to heavy loads and when that happens the servers can slow down to a crawl. And if administrators are not monitoring the performance then they’ll be sure to find out about the slower performance issues from their users.</p>
<p>Email servers can slow down for many reasons such as increased traffic flow or attacks on the server. Sometime it is a result of increased spam messages. Administrators can use the Queue Viewer graphical user interface to view information about messages and various queues such as the delivery queue. Additionally the command line interface for Exchange server can also be used to pull out information. Actions such as modifying the status of queues and messages can be performed individually or in bulk. One or more objects can be selected to perform these actions on.</p>
<p>In Exchange server, queues are used to hold messages before further processing can occur. There are five queues that exist only on Hub Transport servers or Edge Transport servers. Each of these queues is used in the processing of email messages which flow through the server. The processing queues include the following:</p>
<ul>
<li>Mailbox delivery queue</li>
<li>Poison message queue</li>
<li>Remote delivery queue</li>
<li>Submission queue</li>
<li>Unreachable queue</li>
</ul>
<p>The transport server processes the messages contained in the queues. And access to the message queues is performed by the Exchange Server using the Extensible Storage Engine (ESE) low-level APIs.</p>
<p><span id="more-3139"></span>Sometimes the queues fill up with many non-delivery reports from the postmaster account. This condition can occur if your computer is the target of a reverse non-delivery report (NDR) attack. This issue can be resolved by creating a recipient filter to prevent Exchange Server 2003 from accepting messages that are sent to recipients who do not exist.</p>
<p>Another problem that can happen is when message flow is slow to the local delivery queue. When this occurs then email messages in the Simple Mail Transfer Protocol (SMTP) queue will get backed up. These email messages that are bound for local delivery end up getting trapped in the SMTP queue. A further undesirable result is that of high disk queue lengths on the Exchange Server’s install drive. This install drive is typically used for the C:\Program Files\Exchsrvr\ directory. These conditions can occur when the information store working folder’s disk drive gets too busy and slows down.</p>
<p>This type of problem can be corrected by pointing the working folder of the information store used for email message conversion to a faster drive. An administrator can follow the steps below:</p>
<ol>
<li>Start – Run – type in “regedit” to start the Registry Editor.</li>
<li>Locate the following key in the registry and then select it: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem</li>
<li>Double-click Working Directory:REG_SZ:Folder_Path in the right hand pane.</li>
<li>Type the path of a folder on a faster drive in the String Editor box.</li>
<li>Click OK.</li>
<li>Close the Registry Editor.</li>
</ol>
<p>As always, any time you touch the registry you should first make a backup of the registry. This way, if there is a problem for whatever reason; you’ll be able to restore the registry to a known working point.</p>
<p>A similar problem can occur because of a disconnected SMTP mailbox. This can cause messages to be held in the local delivery queue. Administrators might try to dismount and then remount the information store to correct the problem. This action, however, can result in more event error messages being logged in the application log such as the following:</p>
<pre>Event Type: Error
Event Source: MSExchangeTransport
Event Category: Exchange Store Driver
Event ID: 326
Date: date
Time: time
User: N/A
Computer: ServerName
Description:
Service Account failed to logon to the store as
/o=organization/ou=First Administrative Group/
cn=Configuration/cn=Connections/cn=SMTP
(ServerName)/cn={CCCF3BE6-219C-4379-985D-851B766EDDC7}.
Error code : 0x80040148. For more information,
click http://search.support.microsoft.com/search/?adv=1.</pre>
<pre>Event Type: Error
Event Source: MSExchangeTransport
Event Category: Exchange Store Driver
Event ID: 326
Date: date
Time: time
User: N/A
Computer: ServerName
Description:
Service Account failed to logon to the store as
/o=organization/ou=First Administrative Group/
cn=Configuration/cn=Connections/cn=SMTP (ServerName)/
cn={CCCF3BE6-219C-4379-985D-851B766EDDC7}.
Error code : 0x80040158. For more information,
click http://search.support.microsoft.com/search/?adv=1.</pre>
<pre>Event Type: Error
Event Source: MSExchangeIS
Event Category: General
Event ID: 1194
Date: date
Time: time
User: N/A
Computer: ServerName
Description:
Accept clients on external interface SMTP
failed with error 0x80004005. For more information,
click http://search.support.microsoft.com/search/?adv=1.</pre>
<p>This problem can be resolved – assuming the Active Directory object for the SMTP mailbox is missing – by creating a new mailGateway object in Active Directory. This newly created object will have a new GUID. The next time the store is mounted the information store will create a new SMTP mailbox object.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2010/10/troubleshooting-message-queues/">Troubleshooting Message Queues</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2010/10/troubleshooting-message-queues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add Automatic Email Signatures and Disclaimers with Exchange 2010</title>
		<link>http://www.theemailadmin.com/2010/01/how-to-add-automatic-email-signatures-and-disclaimers-with-exchange-2010/</link>
		<comments>http://www.theemailadmin.com/2010/01/how-to-add-automatic-email-signatures-and-disclaimers-with-exchange-2010/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 16:11:21 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[email management]]></category>
		<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[email disclaimers]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Hub Transport]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=2059</guid>
		<description><![CDATA[Exchange Server 2010 has similar capabilities to Exchange Server 2007 when it comes to adding disclaimers to emails sent by end users. However two improvements have been made in Exchange Server 2010 &#8211; the ability to use HTML to format the text, and the ability to insert Active Directory attributes into the text. These new [...]<p><a href="http://www.theemailadmin.com/2010/01/how-to-add-automatic-email-signatures-and-disclaimers-with-exchange-2010/">How to Add Automatic Email Signatures and Disclaimers with Exchange 2010</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F01%2Fhow-to-add-automatic-email-signatures-and-disclaimers-with-exchange-2010%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2010_2F01_2Fhow-to-add-automatic-email-signatures-and-disclaimers-with-exchange-2010_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2010%2F01%2Fhow-to-add-automatic-email-signatures-and-disclaimers-with-exchange-2010%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Exchange Server 2010 has similar capabilities to Exchange Server 2007 when it comes to <a href="http://www.theemailadmin.com/2009/08/how-to-configure-email-disclaimers-in-exchange-server-2007/" target="_blank">adding disclaimers to emails sent by end users</a>.</p>
<p>However two improvements have been made in Exchange Server 2010 &#8211; the ability to use HTML to format the text, and the ability to insert Active Directory attributes into the text.</p>
<p>These new capabilities make it very easy to add a standardised email signature and disclaimer to all emails sent in the organization.</p>
<p>For this to work the desired Active Directory attributes need to be populated on the user account objects.  Attributes that would commonly be used in email signatures include the person&#8217;s name, job title, phone number, and street address.</p>
<p>You can view and edit these attributes in the properties of the mailbox or user account.</p>
<p><img class="alignnone size-full wp-image-2056" src="http://www.theemailadmin.com/wp-content/uploads/2010/01/userattributes01.png" alt="userattributes01" width="443" height="244" /></p>
<p><img class="alignnone size-full wp-image-2057" src="http://www.theemailadmin.com/wp-content/uploads/2010/01/userattributes02.png" alt="userattributes02" width="444" height="339" /></p>
<p><img class="alignnone size-full wp-image-2058" src="http://www.theemailadmin.com/wp-content/uploads/2010/01/userattributes03.png" alt="userattributes03" width="442" height="289" /></p>
<p>When the user accounts are populated with the necessary attributes you can proceed with the creation of the Transport Rule that will add the signature and disclaimer.<span id="more-2059"></span>Open the Exchange Management Console and navigate to Organization Configuration/Hub Transport.  Right-click and start a New Transport Rule.</p>
<p><img class="alignnone size-full wp-image-2050" src="http://www.theemailadmin.com/wp-content/uploads/2010/01/transportrule01.png" alt="transportrule01" width="500" height="229" /></p>
<p>Give the rule a meaningful name and description and click Next.</p>
<p><img class="alignnone size-full wp-image-2051" src="http://www.theemailadmin.com/wp-content/uploads/2010/01/transportrule02.png" alt="transportrule02" width="478" height="268" /></p>
<p>Choose the condition &#8220;<em>From users that are inside or outside the organization</em>&#8221; and make sure it is set to &#8220;<em>Inside the organization</em>&#8220;.</p>
<p><img class="alignnone size-full wp-image-2052" src="http://www.theemailadmin.com/wp-content/uploads/2010/01/transportrule03.png" alt="transportrule03" width="470" height="302" /></p>
<p>Choose the action &#8220;<em>Append disclaimer text and fallback to action if unable to apply</em>&#8220;.</p>
<p><img class="alignnone size-full wp-image-2053" src="http://www.theemailadmin.com/wp-content/uploads/2010/01/transportrule04.png" alt="transportrule04" width="488" height="331" /></p>
<p>Now click on the blue highlighted &#8220;disclaimer text&#8221; to configure the signature and disclaimer.  You can use simple HTML tags to format the text, and wrap the Active Directory attribute name in %% tags to insert the attributes automatically.</p>
<p><img class="alignnone size-full wp-image-2054" src="http://www.theemailadmin.com/wp-content/uploads/2010/01/transportrule05.png" alt="transportrule05" width="427" height="205" /></p>
<p>For example, this is the text that I have used for this demonstration.</p>
<p>Complete the New Transport Rule wizard to finish creating the rule.</p>
<p><img class="alignnone size-full wp-image-2055" src="http://www.theemailadmin.com/wp-content/uploads/2010/01/transportrule06.png" alt="transportrule06" width="476" height="350" /></p>
<p>You can now test the new rule by sending an email to anyone inside or outside of the organization and seeing the signature and disclaimer text automatically inserted by the Exchange server.</p>
<p><img class="alignnone size-full wp-image-2049" src="http://www.theemailadmin.com/wp-content/uploads/2010/01/email.png" alt="email" width="500" height="259" /></p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2010/01/how-to-add-automatic-email-signatures-and-disclaimers-with-exchange-2010/">How to Add Automatic Email Signatures and Disclaimers with Exchange 2010</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2010/01/how-to-add-automatic-email-signatures-and-disclaimers-with-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Scaling Up vs Scaling Out Exchange Server 2007 Roles Part 1 – Transport Servers</title>
		<link>http://www.theemailadmin.com/2009/11/scaling-up-vs-scaling-out-exchange-server-2007-roles-part-1-%e2%80%93-transport-servers/</link>
		<comments>http://www.theemailadmin.com/2009/11/scaling-up-vs-scaling-out-exchange-server-2007-roles-part-1-%e2%80%93-transport-servers/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 14:39:03 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Edge Transport]]></category>
		<category><![CDATA[Hub Transport]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1867</guid>
		<description><![CDATA[Most Exchange Server environments will grow beyond their original sizing.  Sometimes this growth has been accounted for in the design, and sometimes it is not.  In either case the question to ask as the user base increases is whether to scale up or scale out. What do each of those terms mean?  An example of [...]<p><a href="http://www.theemailadmin.com/2009/11/scaling-up-vs-scaling-out-exchange-server-2007-roles-part-1-%e2%80%93-transport-servers/">Scaling Up vs Scaling Out Exchange Server 2007 Roles Part 1 – Transport Servers</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F11%2Fscaling-up-vs-scaling-out-exchange-server-2007-roles-part-1-%25e2%2580%2593-transport-servers%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F11_2Fscaling-up-vs-scaling-out-exchange-server-2007-roles-part-1-_25e2_2580_2593-transport-servers_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F11%2Fscaling-up-vs-scaling-out-exchange-server-2007-roles-part-1-%25e2%2580%2593-transport-servers%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright size-full wp-image-1868" title="corn" src="http://www.theemailadmin.com/wp-content/uploads/2009/11/corn.jpg" alt="corn" width="200" height="150" />Most Exchange Server environments will grow beyond their original sizing.  Sometimes this growth has been accounted for in the design, and sometimes it is not.  In either case the question to ask as the user base increases is whether to scale up or scale out.</p>
<p>What do each of those terms mean?  An example of scaling up would be increasing the capacity of a server to handle higher loads.  An example of scaling out would be adding new servers to spread the higher load across more hosts.</p>
<p>Each approach has its pros and cons in the context of the different Exchange Server roles.  In this post I’ll discuss the Exchange Server 2007 Transport server roles and the different scaling considerations that they have.</p>
<h2>Edge Transport/Hub Transport Servers</h2>
<p>The role of the Edge Transport server is to route incoming and outgoing internet email while applying security and compliance rules to messages.  The role of the Hub Transport is basically the same though it is also responsible for routing emails between internal mailboxes as well.</p>
<p>The Transport Server workload relies primarily on fast CPUs to assess and process each email message against these rules, and fast disks for reading and writing messages to the transport queue.</p>
<h2>Processor Scaling</h2>
<p>Scaling up with more CPU cores to handle higher workloads is appropriate; however, there is a practical limit of 4 CPU cores per Edge Transport server and 8 cores per Hub Transport server.  This is an obvious “scale out” threshold for this server role – if the server is already at the maximum number of cores and CPU is showing signs of a performance bottleneck then it is time to look at scaling out to more Transport servers.</p>
<h2>Disk Scaling</h2>
<p>Disk performance is slightly different.  Each Transport server has a transport queue, which is a location on the disk in which emails are read and written in a database.  Emails are only temporarily stored in this queue, and large capacity disks are quite cheap and common in servers these days, so disk space is not likely to be a problem for the volume hosting the transport queue.<span id="more-1867"></span></p>
<p>On the other hand, disk speed may become a problem in larger Exchange Server environments where email traffic is very high.  Because the transport queue can’t be split across multiple volumes within a single server if disk performance becomes a bottleneck the only option is to scale out to more Transport servers.</p>
<h2>Scaling Impacts</h2>
<p>Scaling up a Transport server usually won’t affect the configuration requirements for the server.  However scaling out often will require some configuration or architecture changes.  Hub Transport servers have their own load balancing algorithms built-in so not much needs to be done there, but Edge Transport servers will need some attention.</p>
<p>Each Edge Transport server needs to be “subscribed” to the Active Directory Site that hosts the Hub Transport servers it will relay messages with.  This subscription is configured per-server.  Furthermore, there is no common settings location for multiple Edge Transport server, each must be configured individually (although this can be scripted to reduce administrative effort).</p>
<p>Finally, once you scale out to more than one Edge Transport server either multiple public IP addresses and MX records are required, or a load balancing solution needs to be implemented for inbound internet email traffic.</p>
<p>In the next post in this series I will discuss scaling considerations for the Client Access server role.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/11/scaling-up-vs-scaling-out-exchange-server-2007-roles-part-1-%e2%80%93-transport-servers/">Scaling Up vs Scaling Out Exchange Server 2007 Roles Part 1 – Transport Servers</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/11/scaling-up-vs-scaling-out-exchange-server-2007-roles-part-1-%e2%80%93-transport-servers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Understanding Exchange Server Accepted Domains</title>
		<link>http://www.theemailadmin.com/2009/10/understanding-exchange-server-accepted-domains/</link>
		<comments>http://www.theemailadmin.com/2009/10/understanding-exchange-server-accepted-domains/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 14:36:41 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[Edge Transport]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Hub Transport]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1707</guid>
		<description><![CDATA[Exchange Server 2007 introduced new terminology for describing the domain names that it will accept email for, and what it will do with that email.  This is referred to in Exchange Server 2007 as Accepted Domains. In Microsoft’s own words, “an accepted domain is any Simple Mail Transfer Protocol (SMTP) namespace for which a Microsoft [...]<p><a href="http://www.theemailadmin.com/2009/10/understanding-exchange-server-accepted-domains/">Understanding Exchange Server Accepted Domains</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F10%2Funderstanding-exchange-server-accepted-domains%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F10_2Funderstanding-exchange-server-accepted-domains_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F10%2Funderstanding-exchange-server-accepted-domains%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright size-full wp-image-1709" style="margin: 10px;" title="Exchange Server Accepted Domains" src="http://www.theemailadmin.com/wp-content/uploads/2009/10/76152_6274.jpg" alt="76152_6274" width="200" height="150" />Exchange Server 2007 introduced new terminology for describing the domain names that it will accept email for, and what it will do with that email.  This is referred to in Exchange Server 2007 as Accepted Domains.</p>
<p>In Microsoft’s own words, “an accepted domain is any Simple Mail Transfer Protocol (SMTP) namespace for which a Microsoft Exchange organization sends or receives e-mail.”</p>
<p>Accepted Domains fall into one of 3 categories – <strong>Authoritative</strong>, <strong>Internal Relay</strong>, and <strong>External Relay</strong>.  Any given namespace that is an Accepted Domain can be only one of those three types.</p>
<h2>Authoritative Domains</h2>
<p>Authoritative Domains are those for which an Exchange organization hosts mailboxes that have email addresses that use that domain.</p>
<p>For example, a company named Contoso Pty Ltd may own the domain name <strong>contoso.com</strong> and use email addresses of <strong>name@contoso.com</strong>.  The Exchange organization would be configured to consider contoso.com an Authoritative Domain.</p>
<p>An organization can have more than one Authoritative Domain configured.  Using Contoso Pty Ltd as an example again, they may have a second brand name of Contoso Services and use the<strong> contososervices.com</strong> domain name in marketing materials.  In this case the Exchange organization would be configured with both contoso.com and contososervices.com as Authoritative Domains.</p>
<h2>Internal Relay Domains</h2>
<p>Internal Relay domains are those for which an Exchange organization hosts some, but not all of the mailboxes that use that domain.  This scenario is sometimes also referred to as a “shared SMTP namespace”.</p>
<p>Internal Relay domains are common when two companies have merged but are yet to consolidate their Exchange environment into a single organization.  When they have a need for consistent email addressing across both Exchange environments Internal Relay domains are the solution.<span id="more-1707"></span></p>
<p>When an Accepted Domain is configured as Internal Relay it tells the Exchange organization to accept mail for that domain, but if no recipient in that organization has that email address then it looks to the list of Send Connectors to determine where to send it next.</p>
<p>For example, if Contoso Pty Ltd and Northwind Traders formed a new company Contoso Traders with a new domain name of <strong>contosotraders.com</strong>, then each existing Exchange organization is configured with two items to share the SMTP namespace:</p>
<ul>
<li>An Internal Relay domain of contosotraders.com</li>
<li>A Send Connector for the namespace contosotraders.com that sends email for unknown recipients to the other Exchange organization</li>
</ul>
<h2>External Relay Domains</h2>
<p>External Relay domains are those for which an Exchange organization will accept email, but hosts no mailboxes for that domain.  This scenario might occur when one organization is acting as an ISP for other organizations, or offering services such as email content filtering.</p>
<p>External Relay domains are used when one Exchange organization is accepting email from the internet for a non-authoritative domain name, and then forwarding it on to the authoritative Exchange organization.  This is usually performed at the Edge Transport Server to keep email for non-authoritative domains from entering the corporate network.  For this to occur the Edge Transport Server is configured with two items:</p>
<ul>
<li>An External Relay domain</li>
<li>A Send Connector for the namespace that sends the emails to the authoritative Exchange organization</li>
</ul>
<p>In these scenarios it is also common for the Edge Transport Server to be used as an outbound email relay, or smart host, for the authoritative Exchange organization.</p>
<h2>Summary</h2>
<p>For most Exchange organizations the Authoritative Domain type is the only one used, however it is important for email administrators to understand the full capabilities of Accepted Domains as explained above.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/10/understanding-exchange-server-accepted-domains/">Understanding Exchange Server Accepted Domains</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/10/understanding-exchange-server-accepted-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protecting Distribution Groups with Exchange Server 2010 Email Moderation</title>
		<link>http://www.theemailadmin.com/2009/10/protecting-distribution-groups-with-exchange-server-2010-email-moderation/</link>
		<comments>http://www.theemailadmin.com/2009/10/protecting-distribution-groups-with-exchange-server-2010-email-moderation/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 14:34:42 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Hub Transport]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1675</guid>
		<description><![CDATA[A few months ago I wrote about the challenges that email administrators face when asked to protect email distribution groups from spam and other unwanted emails. I presented three options for protecting lists, each of which carried pros and cons.  Ultimately the best defense against spam to distribution lists is effective anti-spam filtering. However anti-spam [...]<p><a href="http://www.theemailadmin.com/2009/10/protecting-distribution-groups-with-exchange-server-2010-email-moderation/">Protecting Distribution Groups with Exchange Server 2010 Email Moderation</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F10%2Fprotecting-distribution-groups-with-exchange-server-2010-email-moderation%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F10_2Fprotecting-distribution-groups-with-exchange-server-2010-email-moderation_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F10%2Fprotecting-distribution-groups-with-exchange-server-2010-email-moderation%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright size-full wp-image-1677" title="Protecting Distribution Groups" src="http://www.theemailadmin.com/wp-content/uploads/2009/10/883988_56823195.jpg" alt="883988_56823195" width="200" height="133" />A few months ago I wrote about the challenges that email administrators face when asked to <a target="_blank" href="http://www.allspammedup.com/2009/07/protecting-exchange-server-2007-distribution-groups-from-spam/" onclick="pageTracker._trackPageview('/outgoing/www.allspammedup.com/2009/07/protecting-exchange-server-2007-distribution-groups-from-spam/?referer=');">protect email distribution groups</a> from spam and other unwanted emails.</p>
<p>I presented three options for protecting lists, each of which carried pros and cons.  Ultimately the best defense against spam to distribution lists is effective anti-spam filtering.</p>
<p>However anti-spam protection does not deal with mail that is not necessarily spam, but may be unwanted.  For example, a company’s “All Staff” email list may be available for use by anyone within certain guidelines, and the company wants each email checked first before they are sent to everyone to make sure inappropriate usage does not occur.</p>
<p>Exchange Server 2010 solves this problem for customers with a new feature called Moderated Transport.  Moderated Transport, or Email Moderation as most people will probably refer to it, is the capability to set certain recipients (either mailboxes or distribution groups) as a “moderated recipient” and designate one or more moderators who is responsible for deciding whether emails are delivered to that recipient or not.<span id="more-1675"></span>Moderated Transport operates in several ways.  Firstly, for users running Outlook 2010 or the Exchange 2010 Outlook Web App (the new name for Outlook Web Access) they will receive an on screen notification that the recipient they are sending to is a moderated recipient.</p>
<p>After the message is sent instead of delivering to the recipient it is instead sent to an arbitration mailbox.  The designated moderators are then each sent a message notifying them of a new email requiring moderation.  If the moderators are running Outlook 2010 or Outlook Web App they will see a clear explanation of what is required of them.  For users running older versions of Outlook they will see the traditional voting buttons instead, which will allow them to perform their moderation duties.</p>
<p>As mentioned earlier there can be multiple moderators assigned to a moderated recipient.  In fact this is wise so that any staff absences or other distractions don’t hold up delivery of messages.  Even though there are multiple moderators only one is required to make a moderation decision.  Once a moderator has approved or rejected a message all other moderators have the moderation request automatically removed from their Inbox to save on clutter and confusion.</p>
<p>There are a few other caveats for email moderation that customers should be aware of.  It is only applied by Exchange Server 2010 Hub Transport servers.  If an organization still has Exchange Server 2007 Hub Transport servers anywhere in the network they will ignore moderation settings and deliver all emails to their recipients.</p>
<p>Any groups that are nested within other groups also need to be considered.  Moderation needs to occur for all moderated groups, even those nested within another moderated group that has already had the message approved.  This is, however, unless an override flag has been configured to allow a parent group’s moderation to apply to all groups nested within it, which is useful to prevent child group moderators from rejecting messages that other parent moderators have already approved.</p>
<p>Finally, email moderation is not intended to completely replace <a target="_blank" href="http://www.allspammedup.com/2009/07/protecting-exchange-server-2007-distribution-groups-from-spam/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.allspammedup.com/2009/07/protecting-exchange-server-2007-distribution-groups-from-spam/?referer=');">other delivery restriction settings</a>.  Those restrictions can still be applied and will take precedence over moderation settings.</p>
<p>Moderated Transport is a very useful new feature of Exchange Server 2010 that many organizations will be able to benefit from immediately.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/10/protecting-distribution-groups-with-exchange-server-2010-email-moderation/">Protecting Distribution Groups with Exchange Server 2010 Email Moderation</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/10/protecting-distribution-groups-with-exchange-server-2010-email-moderation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Spy on Your Staff with Exchange Server 2007</title>
		<link>http://www.theemailadmin.com/2009/09/how-to-spy-on-your-staff-with-exchange-server-2007/</link>
		<comments>http://www.theemailadmin.com/2009/09/how-to-spy-on-your-staff-with-exchange-server-2007/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 14:09:02 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Hub Transport]]></category>
		<category><![CDATA[journaling]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1465</guid>
		<description><![CDATA[Let&#8217;s be clear about this before we go any further &#8211; yes you could use these techniques to spy on your staff, and yes at face value it may seem as though these techniques serve no purpose other than to spy on staff.  But the reality is that what I&#8217;m about to describe can be [...]<p><a href="http://www.theemailadmin.com/2009/09/how-to-spy-on-your-staff-with-exchange-server-2007/">How to Spy on Your Staff with Exchange Server 2007</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F09%2Fhow-to-spy-on-your-staff-with-exchange-server-2007%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F09_2Fhow-to-spy-on-your-staff-with-exchange-server-2007_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F09%2Fhow-to-spy-on-your-staff-with-exchange-server-2007%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright size-full wp-image-1466" title="833767_95277664" src="http://www.theemailadmin.com/wp-content/uploads/2009/09/833767_95277664.jpg" alt="833767_95277664" width="250" height="166" />Let&#8217;s be clear about this before we go any further &#8211; yes you could use these techniques to spy on your staff, and yes at face value it may seem as though these techniques serve no purpose other than to spy on staff.  But the reality is that what I&#8217;m about to describe can be used quite legitimately within a business for purposes other than outright spying.</p>
<p>There are two features of Exchange Server 2007 that can be used for this &#8211; Journaling and Transport Rules.</p>
<h2>Exchange Server 2007 Journaling</h2>
<p>The best way to think of Journaling is that it is a way to make a copy of emails that match certain sender or recipient conditions.  Typically this is done for regulatory compliance purposes, such as a legal requirement to retain copies of all email received by a government department for Freedom of Information purposes.</p>
<p>When an email is &#8220;journaled&#8221; it is simply copied to another mailbox.  Basic Journaling will copy all emails sent to and from recipients on a mailbox database to a specified journal mailbox, whereas Premium Journaling allows some more granular control such as per-recipient journaling rules, but the concept remains essentially the same.</p>
<p>A genuine application of Premium Journaling might be to journal all emails sent to or from a customer service email address so that all such communications are kept on record.</p>
<h2>Exchange Server 2007 Transport Rules</h2>
<p>Transport Rules can be used to achieve the same outcome as Journaling however they have a lot more features available and offer much more granularity.  For example you can use Transport Rules to <a href="http://www.theemailadmin.com/2009/08/how-to-configure-email-disclaimers-in-exchange-server-2007/">add disclaimers to emails in Exchange</a>, or <a href="http://www.theemailadmin.com/2009/08/how-to-protect-confidential-emails-with-exchange-server-2007/">block confidential emails</a>.</p>
<p>You can also use Transport Rules as a kind of internal email filtering for inappropriate content.  This would be useful for policing acceptable usage policies.  By configuring a Transport Rule that detects certain words and blind copies any such email to a HR mailbox for inspection an organization might detect and avoid harassment issues within the organization.<span id="more-1465"></span>Similar rules could be configured to detect certain words that refer to trade secrets or confidential information to try and detect anyone discussing those topics with outside parties.</p>
<p>Less ethical uses might include use of Transport Rules to find out who is emailing recruitment firms looking for a new job, or who is discussing romance, religion, or other private matters.</p>
<h2>The Email Administrator&#8217;s Dilemna</h2>
<p>Although the title of this post was designed to be slightly tongue in cheek, the reality is that email administrators can be put into some tough situations by the availability of these features.</p>
<p>Just about any email server product has had the ability to tell from log files who emailed who and at what time, but usually doesn&#8217;t include any of the actual email content (sometimes the subject line is logged).  This is for two main reasons &#8211; firstly we really don&#8217;t care what is in the email itself, we&#8217;re only interested in whether or not it got delivered, and secondly logging all of the email content would take up a lot of disk space.</p>
<p>Journaling has been a feature of Exchange Server prior to the 2007 version, but Transport Rules are new to Exchange 2007.  These features can mean a few tricky situations for email administrators to be aware of.</p>
<p>Firstly there are the legal considerations, such as whether the availability of the feature compels you to employ it to protect staff, for example from email harassment.  Another legal consideration is whether the use of these features will result in email administrators being dragged into any legal matters that might spawn from email communications.  From personal experience this is a very real possibility.</p>
<p>Secondly there are the ethical considerations.  If you as the email administrator are directed by a superior to configure a Transport Rule that would effectively spy on an individual within the organization you might be enabling harassment or bullying to take place, which could land you in some hot water if you go along with it.  Again from personal experience this can happen, but usually if the request is from HR or an Internal Audit department it is clearly okay.</p>
<p>So there you have it, two useful and powerful features of Exchange Server 2007 that can be used for a variety of good and evil purposes.  Make sure you understand each feature, its capabilities and limitations, and always consider the legal and ethical implications of the actions you take with them.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/09/how-to-spy-on-your-staff-with-exchange-server-2007/">How to Spy on Your Staff with Exchange Server 2007</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/09/how-to-spy-on-your-staff-with-exchange-server-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Configure Email Disclaimers in Exchange Server 2007</title>
		<link>http://www.theemailadmin.com/2009/08/how-to-configure-email-disclaimers-in-exchange-server-2007/</link>
		<comments>http://www.theemailadmin.com/2009/08/how-to-configure-email-disclaimers-in-exchange-server-2007/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 12:35:41 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[email management]]></category>
		<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[email disclaimers]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Hub Transport]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1410</guid>
		<description><![CDATA[Exchange Server 2007 provides the capability to append a text disclaimer to any email message.  This capability is provided by the Transport Rules feature of the Hub Transport Server.  Email disclaimers are required by some businesses to notify recipients of such matters as copyright, confidentiality, or liability of a sent email. Transport Rules are configured [...]<p><a href="http://www.theemailadmin.com/2009/08/how-to-configure-email-disclaimers-in-exchange-server-2007/">How to Configure Email Disclaimers in Exchange Server 2007</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F08%2Fhow-to-configure-email-disclaimers-in-exchange-server-2007%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F08_2Fhow-to-configure-email-disclaimers-in-exchange-server-2007_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F08%2Fhow-to-configure-email-disclaimers-in-exchange-server-2007%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Exchange Server 2007 provides the capability to append a text disclaimer to any email message.  This capability is provided by the Transport Rules feature of the Hub Transport Server.  Email disclaimers are required by some businesses to notify recipients of such matters as copyright, confidentiality, or liability of a sent email.</p>
<p>Transport Rules are configured to perform certain actions on any email message that matches the criteria of the rule.  For example a Transport Rule can be configured to blind copy all emails sent to a certain person to another person.   For email disclaimers the Transport Rule is simply configured to append the text disclaimer to any message sent to an external recipient by using these steps.<span id="more-1410"></span>Open the Exchange Management Console and navigate to Organization Configuration and then Hub Transport.</p>
<p><img class="size-full wp-image-1412 alignnone" title="disc01" src="http://www.theemailadmin.com/wp-content/uploads/2009/08/disc01.png" alt="disc01" width="394" height="172" /></p>
<p>Click on New Transport Rule in the Actions pane of the management console.  Give the new rule a name such as &#8220;Outbound Email Disclaimer&#8221; and click Next.</p>
<p><img class="alignnone size-full wp-image-1413" title="disc02" src="http://www.theemailadmin.com/wp-content/uploads/2009/08/disc02.png" alt="disc02" width="381" height="226" /></p>
<p>Set the conditions to be &#8220;Sent from users Inside the organization&#8221; and &#8220;Sent to users Outside the organization&#8221;, then click Next.</p>
<p><img class="alignnone size-full wp-image-1414" title="disc03" src="http://www.theemailadmin.com/wp-content/uploads/2009/08/disc03.png" alt="disc03" width="392" height="318" /></p>
<p>Select the action &#8220;Append disclaimer&#8230;&#8221;.</p>
<p><img class="alignnone size-full wp-image-1415" title="disc04" src="http://www.theemailadmin.com/wp-content/uploads/2009/08/disc04.png" alt="disc04" width="448" height="131" /></p>
<p>Click on the blue underlined &#8220;disclaimer text&#8221; and configure the disclaimer message that you want appended to each outgoing email.  You can also modify the font, color, size etc using the other blue underlined settings.  Click Next when you are satisfied with the configuration of the message.</p>
<p><img class="alignnone size-full wp-image-1416" title="disc05" src="http://www.theemailadmin.com/wp-content/uploads/2009/08/disc05.png" alt="disc05" width="455" height="165" /></p>
<p>Configure any exception criteria for the disclaimer.  For example you may want to not apply the disclaimer for outbound messages sent to a public mailing list.</p>
<p>Click Next when you are finished with the exceptions, and then click New to create the Transport Rule.  Click Finish to complete the wizard.</p>
<p>The text disclaimer will now appear at the end of each outbound email message.</p>
<p><img class="alignnone size-full wp-image-1417" title="disc06" src="http://www.theemailadmin.com/wp-content/uploads/2009/08/disc06.png" alt="disc06" width="450" height="358" /></p>
<p>You can change the disclaimer or the conditions it applies to simply by re-running the wizard for that Transport Rule.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/08/how-to-configure-email-disclaimers-in-exchange-server-2007/">How to Configure Email Disclaimers in Exchange Server 2007</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/08/how-to-configure-email-disclaimers-in-exchange-server-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange Server 2007 Backup and Recovery Part 3 &#8211; Transport Servers</title>
		<link>http://www.theemailadmin.com/2009/06/exchange-server-2007-backup-and-recovery-part-3-transport-servers/</link>
		<comments>http://www.theemailadmin.com/2009/06/exchange-server-2007-backup-and-recovery-part-3-transport-servers/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 12:47:19 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Edge Transport]]></category>
		<category><![CDATA[Exchange Server 2007]]></category>
		<category><![CDATA[Hub Transport]]></category>
		<category><![CDATA[Restore]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1149</guid>
		<description><![CDATA[In Part 1 of this series I discussed backup and recovery for each of the Exchange Server 2007 server roles and associated systems such as Active Directory.  In Part 2 I then described the process of backing up and recovering a Mailbox Server from the loss of a mailbox database.  In this part of the [...]<p><a href="http://www.theemailadmin.com/2009/06/exchange-server-2007-backup-and-recovery-part-3-transport-servers/">Exchange Server 2007 Backup and Recovery Part 3 &#8211; Transport Servers</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F06%2Fexchange-server-2007-backup-and-recovery-part-3-transport-servers%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F06_2Fexchange-server-2007-backup-and-recovery-part-3-transport-servers_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F06%2Fexchange-server-2007-backup-and-recovery-part-3-transport-servers%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>In <a href="http://www.theemailadmin.com/2009/06/exchange-server-2007-backup-and-recovery-part-1-what-needs-to-be-backed-up/">Part 1</a> of this series I discussed backup and recovery for each of the Exchange Server 2007 server roles and associated systems such as Active Directory.  In <a href="http://www.theemailadmin.com/2009/06/exchange-server-2007-backup-and-recovery-part-2-%E2%80%93-mailbox-servers/">Part 2</a> I then described the process of backing up and recovering a Mailbox Server from the loss of a mailbox database.  In this part of the series I will demonstrate backup and recovery of the Hub Transport Server and Edge Transport Server roles.</p>
<h2>Backing up Transport Servers</h2>
<p>Unlike Mailbox Servers, the Hub Transport and Edge Transport roles do not require any special Exchange-aware backup software.  All of the necessary data for recovering a Transport server is contained within:</p>
<ul class="unIndentedList">
<li>Active Directory (for Hub Transport servers, but not Edge Transport servers)</li>
<li>The Active Directory Application Mode (ADAM) database (for Edge Transport servers)</li>
<li>The server&#8217;s file system</li>
<li>The server&#8217;s System State</li>
</ul>
<p>Hub Transport servers can be backed up using the built in Backup utility in Windows Server.  At the very least the backup should include the System State and the C:\Program Files\Microsoft\Exchange Server\TransportRoles location of the file system (and all sub directories).</p>
<p>Edge Transport servers are backed up in the same way as Hub Transport servers except for the Exchange Server configuration.  Because this is stored in ADAM it must first be cloned using the Export-EdgeConfig.ps1 script located in C:\Program Files\Microsoft\Exchange Server\Scripts.  Execute the script with the name of the file you wish to export to. Note this is a single command run on one line in the Exchange Management Shell.</p>
<pre>export-edgeconfig.ps1 c:\edgeconfig.xml
 -key "abcdefghijklmnop"</pre>
<p>It is recommended to either include this config file in your Edge Transport backups or use a path that is a shared folder on a remote server.</p>
<h2>Recovering Hub Transport Servers</h2>
<p>In this scenario the EXCHHUB server has been lost due to hardware failure.  Spare server hardware has been used to reinstall Windows Server 2003 along with the Exchange Server 2007 pre-requisites.  The newly built server has the same name and IP address of EXCHHUB.  Now we can begin the recovery of the Hub Transport server.<br />
<span id="more-1149"></span>First, remove any Edge Subscriptions that existed for the Hub Transport server being recovered.  If you skip this step you may receive a certificate error during the recovery install.</p>
<p>In a command prompt run the following command from the location of the Exchange setup files.</p>
<pre>setup /m:RecoverServer /DoNotStartTransport</pre>
<p>This runs setup in recovery mode along with an additional instruction to not start the Transport services straight away.  This is so we can restore our mail queue databases and log files from the most recent backup before the server is put back into operation.</p>
<p><img class="alignnone size-full wp-image-1163" title="hubrestore02" src="http://www.theemailadmin.com/wp-content/uploads/2009/06/hubrestore02.png" alt="hubrestore02" width="426" height="270" /></p>
<h2>Recovering Edge Transport Servers</h2>
<p>In this scenario the EXCHEDGE server has been lost due to hardware failure.  As with the Hub Transport server a new server and operating system has been installed with the same name and IP address.</p>
<p>To recover the Edge Transport server we will use the ImportEdgeConfig.ps1 script that ships with Exchange Server 2007.  First we run the script against the exported Edge config file from earlier to validate its contents. Note, this command is all one line.</p>
<pre>ImportEdgeConfig.ps1 -cloneConfigData c:\edgeconfig.xml
 -isImport $false -CloneConfigAnswer c:\configanswer.xml
 -key "abcdefghijklmnop"

Validation succeeded for ConnectivityLogPath element of
 type DirectoryPath
Validation succeeded for MessageTrackingLogPath element of
 type DirectoryPath
Validation succeeded for PickupDirectoryPath element of
 type DirectoryPath
Validation succeeded for PipelineTracingPath element of
 type DirectoryPath
Validation succeeded for ReceiveProtocolLogPath element
 of type DirectoryPath
Validation succeeded for ReplayDirectoryPath element of
 type DirectoryPath
Validation succeeded for RoutingTableLogPath element of
 type DirectoryPath
Validation succeeded for RootDropDirectoryPath element of
 type NullableDirectoryPath
Validation succeeded for SendProtocolLogPath element of
 type DirectoryPath
Validation succeeded for SourceIPAddress element of
 type IPAddress
Validation succeeded for SourceIPAddress element of
 type IPAddress
Validation succeeded for Bindings element of type Bindings
Validation succeeded for Fqdn element of type FQDN
Answer File is successfully created: c:\configanswer.xml</pre>
<p>Note that the key is the same one used when the Edge config was exported earlier.  If any validation steps were unsuccessful open the answer file in a text editor and adjust the settings that it lists as invalid.</p>
<p>Once the config has been validated it can be imported with the same command but modifying the -isImport parameter to $true. Note again this is a single command.</p>
<pre>ImportEdgeConfig.ps1 -cloneConfigData c:\edgeconfig.xml
 -isImport $true -cloneConfigAnswer C:\configanswer.xml
 -key "abcdefghijklmnop"

Importing Edge configuration information Succeeded.</pre>
<p>Now that the Edge Transport server configuration has been restored you can re-create the Edge subscription between the Edge Transport and Hub Transport servers.</p>
<h2>How to Back Up and Restore Client Access Servers</h2>
<p>In the final part of this series I will demonstrate the process of backing up Client Access servers and then recovering them from failure.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/06/exchange-server-2007-backup-and-recovery-part-3-transport-servers/">Exchange Server 2007 Backup and Recovery Part 3 &#8211; Transport Servers</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/06/exchange-server-2007-backup-and-recovery-part-3-transport-servers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

