<?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>Exchange Server Pro &#187; ISA 2006</title>
	<atom:link href="http://exchangeserverpro.com/tag/isa-2006/feed" rel="self" type="application/rss+xml" />
	<link>http://exchangeserverpro.com</link>
	<description>Microsoft Exchange Server News - Tips - Tutorials</description>
	<lastBuildDate>Fri, 03 Feb 2012 12:36:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Exchange 2010 Edge Transport Server: Configuring EdgeSync</title>
		<link>http://exchangeserverpro.com/exchange-2010-edge-transport-server-configuring-edgesync</link>
		<comments>http://exchangeserverpro.com/exchange-2010-edge-transport-server-configuring-edgesync#comments</comments>
		<pubDate>Sat, 07 May 2011 13:58:36 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Edge Transport]]></category>
		<category><![CDATA[EdgeSync]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[ISA 2006]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=3414</guid>
		<description><![CDATA[This tutorial demonstrates how to configure the Edge Subscription between the Exchange Server 2010 Edge Transport server and Hub Transport server.]]></description>
			<content:encoded><![CDATA[<p>In the last part of this series I demonstrated <a href="http://exchangeserverpro.com/exchange-2010-install-edge-transport-server">how to install the Edge Transport server role</a> for Exchange Server 2010. In this next part I&#8217;ll go through the process of configuring the Edge Subscription between the Edge Transport server and Hub Transport server located in the internal network.</p>
<p>The Edge Subscription is a relationship between an <a title="Exchange 2010 FAQ: What are the Exchange Server 2010 Server Roles?" href="http://exchangeserverpro.com/exchange-2010-server-roles">Edge Transport server</a> and an Active Directory site, and allows the Edge Transport server to receive information about the Exchange organization such as recipients, domain names, and safelists/blocklists for anti-spam.</p>
<p>This information is synchronized at regular intervals through a process called EdgeSync.</p>
<h2>Firewall Ports for Exchange Server 2010 Edge Transport Servers</h2>
<p>For EdgeSync and mail flow to work there are a few network ports that need to be open on the firewall between the Internet, the Edge Transport server, and the internal Hub Transport server.</p>
<h3>Edge Transport Server Network Ports for EdgeSync</h3>
<ul>
<li>Secure LDAP (TCP 50636) from the Hub Transport server to the Edge Transport server</li>
</ul>
<h3>Edge Transport Server Network Ports for Mail Flow</h3>
<ul>
<li>SMTP (TCP 25) from the Internet to the Edge Transport server</li>
<li>SMTP (TCP 25) from the Edge Transport server to the Hub Transport server</li>
<li>SMTP (TCP 25) from the Hub Transport server to the Edge Transport server</li>
<li>DNS (UDP 53) from the Edge Transport server to a DNS server capable of public DNS lookups (ie to look up MX records)</li>
</ul>
<p><em><br />
</em></p>
<p><em><img class="aligncenter size-large wp-image-3416" title="exchange-2010-edge-transport-network-ports" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/exchange-2010-edge-transport-network-ports-534x600.png" alt="" width="534" height="600" /><br />
</em></p>
<h3>Configuring ISA Server 2006 for Edge Transport Servers</h3>
<p>If you are using ISA Server 2006 as your firewall and want to create the access rules for the Edge Transport server the first thing you&#8217;ll need to configure is a new network protocol for the secure LDAP connection. ISA Server 2006 is pre-configured with a secure LDAP protocol however the EdgeSync process uses the non-standard port of TCP 50636.</p>
<p>Create a new network protocol named &#8220;EdgeSync&#8221; for TCP 50636 outbound.</p>
<p><img class="aligncenter size-full wp-image-3417" title="exchange-2010-edgesync-secure-ldap-protocol" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/exchange-2010-edgesync-secure-ldap-protocol.png" alt="" width="500" height="383" /></p>
<p>Configure the ISA Server 2006 firewall policy with access rules for the Edge Transport network access required.</p>
<p><img class="aligncenter size-full wp-image-3419" title="exchange-2010-edge-transport-isa-firewall-rules" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/exchange-2010-edge-transport-isa-firewall-rules.png" alt="" width="600" height="193" /></p>
<h2>Creating the Edge Subscription for Exchange Server 2010 Edge Transport Servers</h2>
<p>With the firewall access all configured correctly the next step is to configure the Edge Subscription itself.</p>
<p>On the Edge Transport server open the Exchange Management Shell and run the following command using the <a href="http://technet.microsoft.com/en-us/library/bb123800.aspx">New-EdgeSubscription</a> cmdlet.</p>
<pre>[PS] C:\&gt;New-EdgeSubscription -FileName C:\edgesubscription.xml

Confirm
If you create an Edge Subscription, this Edge Transport server will be managed via EdgeSync replication. As a result,
any of the following objects that were created manually will be deleted: accepted domains, message classifications,
remote domains, and Send connectors. After creating the Edge Subscription, you must manage these objects from inside
the organization and allow EdgeSync to update the Edge Transport server. Also, the InternalSMTPServers list of the
TransportConfig object will be overwritten during the synchronization process.
 EdgeSync requires that this Edge Transport server is able to resolve the FQDN of the Hub Transport servers in the
Active Directory site to which the Edge Transport server is being subscribed, and those Hub Transport servers be able
to resolve the FQDN of this Edge Transport server. You should complete the Edge Subscription inside the organization in
 the next "1440" minutes before the bootstrap account expires.
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "Y"): y</pre>
<p>There are two important things to be aware of here:</p>
<ul>
<li>You must complete the next step of the Edge Subscription process within 1440 minutes (24 hours), otherwise you&#8217;ll need to generate a new Edge Subscription again</li>
<li>The Hub Transport servers in the Active Directory site that will be subscribed must be able to resolve the FQDN of the Edge Transport server. You can either add DNS records manually or use a HOSTS file entry.</li>
</ul>
<p>Copy the &#8220;edgesubscription.xml&#8221; file to the Hub Transport server. Launch the Exchange Management Console and navigate to <strong>Organization Management/Hub Transport</strong>.</p>
<p>In the Actions pane click on New Edge Subscription.</p>
<p><img class="aligncenter size-full wp-image-3420" title="exchange-2010-edge-subscription-01" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/exchange-2010-edge-subscription-01.png" alt="" width="302" height="228" /></p>
<p>Browse and select the Active Directory site to be subscribed, as well as the XML file that you copied from the Edge Transport server.</p>
<p><img class="aligncenter size-full wp-image-3421" title="exchange-2010-edge-subscription-02" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/exchange-2010-edge-subscription-02.png" alt="" width="600" height="299" /></p>
<p>Click the <strong>New</strong> button to complete the wizard.</p>
<p>After the Edge Subscription has been created you will see two Send Connectors configured for your organization.</p>
<p><img class="aligncenter size-large wp-image-3422" title="exchange-2010-edge-subscription-03" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/exchange-2010-edge-subscription-03-600x184.png" alt="" width="600" height="184" /></p>
<p>It can take up to an hour before the first Edge synchronization process runs, but you can run it manually if you need to. On the Hub Transport server launch the Exchange Management Shell and run the following command using the Start-EdgeSynchronization cmdlet.</p>
<pre>[PS] C:\&gt;Start-EdgeSynchronization -Server esp-ho-ex2010a

RunspaceId     : b7415ae2-f763-449e-bb36-20a6a18759cd
Result         : Success
Type           : Configuration
Name           : esp-ho-ex2010e
FailureDetails :
StartUTC       : 5/7/2011 1:27:39 PM
EndUTC         : 5/7/2011 1:28:07 PM
Added          : 290
Deleted        : 0
Updated        : 0
Scanned        : 295
TargetScanned  : 0

RunspaceId     : b7415ae2-f763-449e-bb36-20a6a18759cd
Result         : Success
Type           : Recipients
Name           : esp-ho-ex2010e
FailureDetails :
StartUTC       : 5/7/2011 1:27:39 PM
EndUTC         : 5/7/2011 1:28:08 PM
Added          : 401
Deleted        : 0
Updated        : 0
Scanned        : 401
TargetScanned  : 0</pre>
<p>After the initial Edge synchronization has occurred you will be able to see the Send Connectors and Accepted Domains configured on the Edge Transport server.</p>
<p><img class="aligncenter size-full wp-image-3423" title="exchange-2010-edge-subscription-04" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/exchange-2010-edge-subscription-04.png" alt="" width="466" height="125" /><img class="aligncenter size-full wp-image-3424" title="exchange-2010-edge-subscription-05" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/exchange-2010-edge-subscription-05.png" alt="" width="519" height="106" /></p>
<h2>Testing Mail Flow</h2>
<p>After the Edge Subscription is in place and you&#8217;ve synchronized at least once you can send email between your Exchange organization and an external mailbox, and then inspect the email message headers to verify that the messages are traversing your Edge Transport server.</p>
<pre>Received: from esp-ho-ex2010e.exchangeserverpro.net (10.0.3.2) by
 esp-ho-ex2010a.exchangeserverpro.net (10.0.1.4) with Microsoft SMTP Server
 (TLS) id 14.1.289.1; Sat, 7 May 2011 23:50:10 +1000
Received: from (192.168.0.45) by esp-ho-ex2010e.exchangeserverpro.net
 (10.0.3.2) with Microsoft SMTP Server id 14.1.218.12; Sat, 7 May 2011
 23:50:07 +1000
MIME-Version: 1.0
Content-Type: text/plain</pre>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/exchange-2007-2010-infinite-loops-internal-relay-domains" title="Avoiding Infinite Loops with Internal Relay Domains in Exchange 2007/2010">Avoiding Infinite Loops with Internal Relay Domains in Exchange 2007/2010</a></li><li><a href="http://exchangeserverpro.com/exchange-20072010-transport-rule-logging" title="Exchange 2007/2010 Transport Rule Logging">Exchange 2007/2010 Transport Rule Logging</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-edge-transport-server-configuring-ip-block-list-providers" title="Exchange 2010 Edge Transport Server: Configuring IP Block List Providers">Exchange 2010 Edge Transport Server: Configuring IP Block List Providers</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-install-edge-transport-server" title="Installing an Exchange Server 2010 Edge Transport Server">Installing an Exchange Server 2010 Edge Transport Server</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-edge-transport-server-introduction" title="Exchange 2010 Edge Transport Server Introduction">Exchange 2010 Edge Transport Server Introduction</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/exchange-2010-edge-transport-server-configuring-edgesync">Exchange 2010 Edge Transport Server: Configuring EdgeSync</a> is © 2011 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/exchange-2010-edge-transport-server-configuring-edgesync/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Publish Outlook Web App with ISA Server 2006</title>
		<link>http://exchangeserverpro.com/publish-outlook-web-app-isa-server-2006</link>
		<comments>http://exchangeserverpro.com/publish-outlook-web-app-isa-server-2006#comments</comments>
		<pubDate>Sun, 03 Apr 2011 13:11:17 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[ISA 2006]]></category>
		<category><![CDATA[OWA]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=3202</guid>
		<description><![CDATA[This tutorial demonstrates the step by step process for how to publish Exchange Server 2010 Outlook Web App (OWA) using ISA Server 2006.]]></description>
			<content:encoded><![CDATA[<p>One way to make Exchange Server 2010 Outlook Web App (OWA) available for remote users is to publish it using ISA Server 2006.  There are several parts of this solution that make it work.</p>
<ul>
<li>A public DNS name for Outlook Web App (in this example mail.exchangeserverpro.net is used)</li>
<li>An ISA Server 2006 (with Service Pack 1) firewall configured with an external interface and IP address corresponding to the above DNS record</li>
<li>An <a href="http://exchangeserverpro.com/exchange-2010-ssl-certificates">SSL certificate for Exchange Server 2010</a></li>
<li>Exchange 2010 <a title="Exchange 2010 FAQ: What are the Exchange Server 2010 Server Roles?" href="http://exchangeserverpro.com/exchange-2010-server-roles">Client Access and Mailbox servers</a> deployed in the organization</li>
</ul>
<p>This diagram provides an overview of how Outlook Web App is published using ISA Server 2006.  The remote user makes a connection over HTTPS (SSL) to the ISA firewall, which then reverse proxies the traffic over SSL to the Client Access server.  The Client Access server is then responsible for proxying the requests for the user&#8217;s mailbox to the appropriate Mailbox server using RPC connections.</p>
<p><img class="aligncenter size-full wp-image-3203" title="exchange-2010-publish-owa-isa-2006" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006.png" alt="" width="600" height="217" /></p>
<h2>Configuring the Exchange 2010 Client Access Server</h2>
<p>In this example the <strong>/OWA</strong> virtual directory on the Client Access server is configured for both Basic and Integrated authentication.  This combination allows internal, domain-joined computers to seamlessly log on to Outlook Web App while also permitting the ISA server to use Basic delegation to authenticate the remote user.</p>
<p><img class="aligncenter size-full wp-image-3204" title="exchange-2010-owa-authentication" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-owa-authentication.png" alt="" width="444" height="164" /></p>
<p>For more details see this article on <a href="http://exchangeserverpro.com/exchange-server-2010-outlook-web-app-authentication-settings">how to configure Outlook Web App authentication</a>.</p>
<p>The Client Access server <strong>/OWA</strong> virtual directory has also been configured with the external URL to match the public DNS name.</p>
<p><img class="aligncenter size-full wp-image-3205" title="exchange-2010-owa-external-url" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-owa-external-url.png" alt="" width="444" height="351" /></p>
<p>The Client Access server also needs to be <a href="http://exchangeserverpro.com/configure-an-ssl-certificate-for-exchange-server-2010">configured with an SSL certificate</a>.  Preferably this SSL certificate is from a <a href="http://exchangeserverpro.com/exchange-server-2010-and-the-benefits-of-commercial-ssl-certificates">public certificate authority</a> but it can also be a <a href="http://exchangeserverpro.com/how-to-issue-a-san-certificate-to-exchange-server-2010-from-a-private-certificate-authority">private CA</a>, as long as it is one that the ISA server trusts so that ISA considers the certificate to be valid.  You can of course import root certificates to make just about any certificate trusted by ISA but it is less effort and a better overall solution to use a public CA.</p>
<h2>Configuring the ISA Server SSL Certificate</h2>
<p>The ISA server needs to be configured with an SSL certificate to accept the secure remote access connections.  Although you can issue the server with its own certificate for this purpose you could also export the SSL certificate from the Client Access server and import it to the ISA server, provided that the license terms your issuing CA allow for that.  <a href="http://www.digicert.com/unified-communications-ssl-tls.htm">Digicert</a> is an example of a CA that allows certificates to be installed on multiple servers.</p>
<p>For more details see this article on <a href="http://exchangeserverpro.com/export-an-exchange-server-2010-certificate-to-exchange-2003">exporting an SSL certificate from Exchange 2010</a> (note that it refers to importing it for Exchange 2003 but the steps are the same for importing to an ISA Server 2006 firewall running on Windows Server 2003).</p>
<h2>Configuring the ISA Server Publishing Rule for Outlook Web App</h2>
<p>In the ISA Server Management console right-click the <strong>Firewall Policy</strong> and choose <strong>New -&gt; Exchange Web Client Access Publishing Rule</strong>.</p>
<p><img class="aligncenter size-full wp-image-3206" title="exchange-2010-publish-owa-isa-2006-rule-01" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-01.png" alt="" width="512" height="261" /></p>
<p>Give the new rule a name and click <strong>Next</strong> to continue.</p>
<p><img class="aligncenter size-full wp-image-3207" title="exchange-2010-publish-owa-isa-2006-rule-02" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-02.png" alt="" width="376" height="105" /></p>
<p>Set the Exchange version to <strong>Exchange Server 2007</strong> (yes this is correct for Exchange 2010 publishing) and tick the box for <strong>Outlook Web Access</strong>, then click <strong>Next</strong> to continue.</p>
<p><img class="aligncenter size-full wp-image-3208" title="exchange-2010-publish-owa-isa-2006-rule-03" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-03.png" alt="" width="461" height="133" /></p>
<p>In this case a single server is being published. Click <strong>Next</strong> to continue.</p>
<p><img class="aligncenter size-full wp-image-3209" title="exchange-2010-publish-owa-isa-2006-rule-04" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-04.png" alt="" width="432" height="103" /></p>
<p>Enter the internal site name for OWA (in this case mail.exchangeserverpro.net), and optionally enter a computer name or IP address for ISA to connect to if the internal site name does not resolve in the internal DNS zone.  Click <strong>Next</strong> to continue.</p>
<p><img class="aligncenter size-full wp-image-3210" title="exchange-2010-publish-owa-isa-2006-rule-06" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-06.png" alt="" width="503" height="467" /></p>
<p>Configure the public names that this rule should accept connections for and click <strong>Next</strong> to continue.</p>
<p><img class="aligncenter size-full wp-image-3220" title="exchange-2010-publish-owa-isa-2006-rule-07-b" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-07-b.png" alt="" width="469" height="122" /></p>
<p>&nbsp;</p>
<p>Now we need to configure a web listener to accept the remote user connections.  Click on the <strong>New</strong> button.</p>
<p><img class="aligncenter size-full wp-image-3212" title="exchange-2010-publish-owa-isa-2006-rule-08" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-08.png" alt="" width="503" height="267" /></p>
<p>Give the new web listener a name and click <strong>Next</strong> to continue.</p>
<p><img class="aligncenter size-full wp-image-3213" title="exchange-2010-publish-owa-isa-2006-rule-09" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-09.png" alt="" width="364" height="106" /></p>
<p>Leave the default choice to require SSL and click <strong>Next</strong> to continue.</p>
<p><img class="aligncenter size-full wp-image-3214" title="exchange-2010-publish-owa-isa-2006-rule-10" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-10.png" alt="" width="455" height="99" /></p>
<p>Select the External interface for the web listener to listen on.  If your External interface has multiple IP addresses you can configure the web listener to listen on all, some, or just one of those IP addresses.  Click <strong>Next</strong> to continue.</p>
<p><img class="aligncenter size-full wp-image-3215" title="exchange-2010-publish-owa-isa-2006-rule-11" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-11.png" alt="" width="457" height="211" /></p>
<p>Click on the <strong>Select Certificates</strong> button.</p>
<p><img class="aligncenter size-full wp-image-3216" title="exchange-2010-publish-owa-isa-2006-rule-12" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-12.png" alt="" width="468" height="127" /></p>
<p>A list of valid certificates will appear, which should include the one you imported to the server earlier.  Choose that certificate and click the <strong>Select</strong> button, then click <strong>Next</strong> to continue.</p>
<p><img class="aligncenter size-full wp-image-3217" title="exchange-2010-publish-owa-isa-2006-rule-13" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-13.png" alt="" width="587" height="117" /></p>
<p>Leave the authentication set to <strong>HTML Form Authentication</strong> and <strong>Windows (Active Directory)</strong>.  Note this assumes your ISA server is joined to the domain, otherwise you can configure LDAP authentication.  Click <strong>Next</strong> to continue.</p>
<p><img class="aligncenter size-full wp-image-3218" title="exchange-2010-publish-owa-isa-2006-rule-14" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-14.png" alt="" width="488" height="303" /></p>
<p>Single Sign-On is useful but optional.  Click <strong>Next</strong> to continue.</p>
<p><img class="aligncenter size-full wp-image-3219" title="exchange-2010-publish-owa-isa-2006-rule-15" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-15.png" alt="" width="460" height="171" /></p>
<p>Click <strong>Finish</strong> to complete the new web listener wizard.  If there are no warnings or errors displayed click <strong>Next</strong> to continue.</p>
<p><img class="aligncenter size-full wp-image-3221" title="exchange-2010-publish-owa-isa-2006-rule-16" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-16.png" alt="" width="464" height="184" /></p>
<p>Leave the authentication delegation set to Basic Authentication and click <strong>Next</strong> to continue.</p>
<p><img class="aligncenter size-full wp-image-3222" title="exchange-2010-publish-owa-isa-2006-rule-17" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-17.png" alt="" width="462" height="176" /></p>
<p>Leave the users set to All Authenticated Users and click <strong>Next</strong> to continue.</p>
<p><img class="aligncenter size-full wp-image-3223" title="exchange-2010-publish-owa-isa-2006-rule-18" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-18.png" alt="" width="469" height="129" /></p>
<p>Before you click Finish to create the new rule first click on the <strong>Test Rule</strong> button to validate the settings you chose.</p>
<p><img class="aligncenter size-full wp-image-3224" title="exchange-2010-publish-owa-isa-2006-rule-19" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-19.png" alt="" width="503" height="467" /></p>
<p>If the tests are all successful click on <strong>Close</strong> and then <strong>Finish</strong> to create the rule.</p>
<p><img class="aligncenter size-full wp-image-3225" title="exchange-2010-publish-owa-isa-2006-rule-20" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-20.png" alt="" width="368" height="116" /></p>
<p>Before applying the changes to the Firewall Policy double-click the new rule to open its properties.  Select the <strong>Paths</strong> tab and then click <strong>Add</strong>.</p>
<p><img class="aligncenter size-full wp-image-3226" title="exchange-2010-publish-owa-isa-2006-rule-21" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-21.png" alt="" width="404" height="253" /></p>
<p>Add the Exchange Control Panel virtual directory path of <strong>/ecp/*</strong> and then click <strong>OK</strong> and <strong>OK</strong> again.</p>
<p><img class="aligncenter size-full wp-image-3227" title="exchange-2010-publish-owa-isa-2006-rule-22" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-22.png" alt="" width="374" height="279" /></p>
<p>Now click <strong>Apply</strong> to commit the changes to the Firewall Policy.</p>
<p><img class="aligncenter size-full wp-image-3228" title="exchange-2010-publish-owa-isa-2006-rule-23" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-rule-23.png" alt="" width="490" height="104" /></p>
<h2>Testing the ISA Server 2006 Publishing Rule for Outlook Web App</h2>
<p>Now that the rule has been configured we can test it from outside of the firewall using a web browser.  When the remote user first connects to the Outlook Web App URL they will see the Exchange 2007 style log on form that ISA 2006 renders.</p>
<p><img class="aligncenter size-full wp-image-3230" title="exchange-2010-publish-owa-isa-2006-logon" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-logon.png" alt="" width="410" height="322" /></p>
<p>However after logging in the Exchange Server 2010 Outlook Web App interface will be available to the remote user.</p>
<p><img class="aligncenter size-full wp-image-3231" title="exchange-2010-publish-owa-isa-2006-logon-2" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-2010-publish-owa-isa-2006-logon-2.png" alt="" width="590" height="209" /></p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/owa-error-mailbox-trying-access-not-currently-available" title="OWA Error: The Mailbox You&#8217;re Trying to Access Isn&#8217;t Currently Available">OWA Error: The Mailbox You&#8217;re Trying to Access Isn&#8217;t Currently Available</a></li><li><a href="http://exchangeserverpro.com/exchange-server-2010-error-outlook-web-app-initialize" title="Exchange Server 2010 Error: Outlook Web App Didn&#8217;t Initialize">Exchange Server 2010 Error: Outlook Web App Didn&#8217;t Initialize</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-edge-transport-server-configuring-edgesync" title="Exchange 2010 Edge Transport Server: Configuring EdgeSync">Exchange 2010 Edge Transport Server: Configuring EdgeSync</a></li><li><a href="http://exchangeserverpro.com/publishing-exchange-2010-pop3-isa-server-2006" title="Publishing Exchange 2010 POP3 with ISA Server 2006">Publishing Exchange 2010 POP3 with ISA Server 2006</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-owa-legacy-url-redirection-http-500-error" title="Exchange 2010 OWA Legacy URL Redirection HTTP 500 Error">Exchange 2010 OWA Legacy URL Redirection HTTP 500 Error</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/publish-outlook-web-app-isa-server-2006">How to Publish Outlook Web App with ISA Server 2006</a> is © 2011 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/publish-outlook-web-app-isa-server-2006/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Publishing Exchange 2010 POP3 with ISA Server 2006</title>
		<link>http://exchangeserverpro.com/publishing-exchange-2010-pop3-isa-server-2006</link>
		<comments>http://exchangeserverpro.com/publishing-exchange-2010-pop3-isa-server-2006#comments</comments>
		<pubDate>Sun, 27 Mar 2011 11:15:12 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[ISA 2006]]></category>
		<category><![CDATA[pop3]]></category>
		<category><![CDATA[post office protocol]]></category>
		<category><![CDATA[Remote Access]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=3147</guid>
		<description><![CDATA[This tutorial demonstrates how to configure ISA Server 2006 publish POP3 and the alternate client mail submission port to allow Exchange 2010 mailbox access by remote email clients.]]></description>
			<content:encoded><![CDATA[<p>A business that wants to <a href="http://exchangeserverpro.com/exchange-server-2010-pop3">deploy Exchange Server 2010 POP3</a> is most likely going to do it for users to remotely access their email from outside of the network.  For a network that uses ISA Server 2006 as a firewall there are a few simple steps involved in opening up access for the clients.</p>
<h2>Creating the Mail Submission Protocol Definition</h2>
<p>The first step is to create a new protocol definition in ISA Server 2006 for the port on which clients will send mail.  As we saw in the previous articles on <a href="http://exchangeserverpro.com/exchange-2010-pop-configure-windows-mail-client">configuring Windows Live Mail for Exchange 2010 POP3</a> and <a href="http://exchangeserverpro.com/exchange-2010-publish-pop3-client-settings">publishing POP3 client settings to users</a> the Receive Connector on the Exchange 2010 Client Access server uses TCP port 587.  There is no default protocol definition in ISA Server 2006 for this port.</p>
<p>In the ISA management console go to the <strong>Toolbox</strong> in the right-hand pane and in the <strong>Protocols</strong> section click <strong>New -&gt; Protocol</strong>.</p>
<p><img class="aligncenter size-full wp-image-3148" title="exchange-2010-pop-isa-2006-01" src="http://exchangeserverpro.com/wp-content/uploads/2011/03/exchange-2010-pop-isa-2006-01.png" alt="" width="600" height="287" /></p>
<p>Give the new protocol a meaningful name.</p>
<p><img class="aligncenter size-full wp-image-3149" title="exchange-2010-pop-isa-2006-02" src="http://exchangeserverpro.com/wp-content/uploads/2011/03/exchange-2010-pop-isa-2006-02.png" alt="" width="500" height="383" /></p>
<p>Click the <strong>New</strong> button to configure the port for the new protocol.</p>
<p><img class="aligncenter size-full wp-image-3150" title="exchange-2010-pop-isa-2006-03" src="http://exchangeserverpro.com/wp-content/uploads/2011/03/exchange-2010-pop-isa-2006-03.png" alt="" width="500" height="383" /></p>
<p>Configure the protocol for TCP, Inbound, on port 587.</p>
<p><img class="aligncenter size-full wp-image-3151" title="exchange-2010-pop-isa-2006-04" src="http://exchangeserverpro.com/wp-content/uploads/2011/03/exchange-2010-pop-isa-2006-04.png" alt="" width="411" height="279" /></p>
<p>Don&#8217;t configure any secondary connections.</p>
<p><img class="aligncenter size-full wp-image-3152" title="exchange-2010-pop-isa-2006-05" src="http://exchangeserverpro.com/wp-content/uploads/2011/03/exchange-2010-pop-isa-2006-05.png" alt="" width="500" height="383" /></p>
<p>Click <strong>Finish</strong> to complete the new protocol definition.</p>
<p><img class="aligncenter size-full wp-image-3153" title="exchange-2010-pop-isa-2006-06" src="http://exchangeserverpro.com/wp-content/uploads/2011/03/exchange-2010-pop-isa-2006-06.png" alt="" width="500" height="383" /></p>
<h2>Creating the ISA 2006 Access Rule for Exchange 2010 POP3 Clients</h2>
<p>The next step is to create the access rule itself.  There is a mail server publishing wizard that you can use to set up access rules for POP3, IMAP and SMTP but because it doesn&#8217;t include the option to set up the correct client mail submission port we&#8217;re using in this scenario, which means a little modification is needed at the end.</p>
<p>Start the Mail Server Publishing Rule wizard.</p>
<p><img class="aligncenter size-full wp-image-3161" title="exchange-2010-pop-isa-2006-07" src="http://exchangeserverpro.com/wp-content/uploads/2011/03/exchange-2010-pop-isa-2006-071.png" alt="" width="534" height="268" /></p>
<p>Give the rule a meaningful name.  This name will then be appended automatically by ISA server depending on the protocols you choose in the next steps.</p>
<p><img class="aligncenter size-full wp-image-3163" title="exchange-2010-pop-isa-2006-08" src="http://exchangeserverpro.com/wp-content/uploads/2011/03/exchange-2010-pop-isa-2006-081.png" alt="" width="500" height="400" /></p>
<p>Set the Access Type to <strong>Client Access: RPC, IMAP, POP3, SMTP</strong>.</p>
<p><img class="aligncenter size-full wp-image-3165" title="exchange-2010-pop-isa-2006-09" src="http://exchangeserverpro.com/wp-content/uploads/2011/03/exchange-2010-pop-isa-2006-091.png" alt="" width="503" height="187" /></p>
<p>Tick the boxes for secure POP3 and standard SMTP (we&#8217;ll be changing the SMTP one shortly).</p>
<p><img class="aligncenter size-full wp-image-3166" title="exchange-2010-pop-isa-2006-10b" src="http://exchangeserverpro.com/wp-content/uploads/2011/03/exchange-2010-pop-isa-2006-10b.png" alt="" width="500" height="400" /></p>
<p>Enter the IP address of the Client Access/Hub Transport server.  Note if these are different servers in your network you would just need to run the wizard twice to create one rule for POP3 to the Client Access server IP, and the other for SMTP to the Hub Transport server IP.</p>
<p><img class="aligncenter size-full wp-image-3168" title="exchange-2010-pop-isa-2006-11b" src="http://exchangeserverpro.com/wp-content/uploads/2011/03/exchange-2010-pop-isa-2006-11b.png" alt="" width="500" height="210" /></p>
<p>Set the listening network to External.</p>
<p><img class="aligncenter size-full wp-image-3169" title="exchange-2010-pop-isa-2006-12b" src="http://exchangeserverpro.com/wp-content/uploads/2011/03/exchange-2010-pop-isa-2006-12b.png" alt="" width="500" height="400" /></p>
<p>Click <strong>Finish</strong> to complete the wizard.</p>
<p>The two newly created rules will be visible in the <strong>Firewall Policy</strong>.  Double-click the SMTP rule to open it.</p>
<p><img class="aligncenter size-full wp-image-3170" title="exchange-2010-pop-isa-2006-14b" src="http://exchangeserverpro.com/wp-content/uploads/2011/03/exchange-2010-pop-isa-2006-14b.png" alt="" width="495" height="104" /></p>
<p>On the <strong>Traffic</strong> tab change the protocol from SMTP to the <strong>Client Mail Submission</strong> protocol we created earlier.</p>
<p><img class="aligncenter size-full wp-image-3171" title="exchange-2010-pop-isa-2006-15b" src="http://exchangeserverpro.com/wp-content/uploads/2011/03/exchange-2010-pop-isa-2006-15b.png" alt="" width="404" height="218" /></p>
<p>Click <strong>OK</strong> to apply the change to the rule.</p>
<p>The final step is to click <strong>Apply</strong> to commit the changes to the Firewall Policy.</p>
<p><img class="aligncenter size-full wp-image-3172" title="exchange-2010-pop-isa-2006-13b" src="http://exchangeserverpro.com/wp-content/uploads/2011/03/exchange-2010-pop-isa-2006-13b.png" alt="" width="489" height="47" /></p>
<p>You can now test the firewall rule with an email client outside of the network.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/exchange-server-2010-pop3-configuring-securing-pop-client-access" title="Exchange Server 2010 POP3: Securing POP3 Client Remote Access">Exchange Server 2010 POP3: Securing POP3 Client Remote Access</a></li><li><a href="http://exchangeserverpro.com/exchange-server-2010-pop3" title="Exchange Server 2010 POP3: Getting Started">Exchange Server 2010 POP3: Getting Started</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-pop-configure-windows-mail-client" title="How to Configure Windows Live Mail for Exchange 2010 POP3">How to Configure Windows Live Mail for Exchange 2010 POP3</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-edge-transport-server-configuring-edgesync" title="Exchange 2010 Edge Transport Server: Configuring EdgeSync">Exchange 2010 Edge Transport Server: Configuring EdgeSync</a></li><li><a href="http://exchangeserverpro.com/publish-outlook-web-app-isa-server-2006" title="How to Publish Outlook Web App with ISA Server 2006">How to Publish Outlook Web App with ISA Server 2006</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/publishing-exchange-2010-pop3-isa-server-2006">Publishing Exchange 2010 POP3 with ISA Server 2006</a> is © 2011 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/publishing-exchange-2010-pop3-isa-server-2006/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GFI Web Monitor Tutorial</title>
		<link>http://exchangeserverpro.com/gfi-web-monitor-tutorial</link>
		<comments>http://exchangeserverpro.com/gfi-web-monitor-tutorial#comments</comments>
		<pubDate>Wed, 15 Jul 2009 00:56:53 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[GFI]]></category>
		<category><![CDATA[ISA 2006]]></category>
		<category><![CDATA[Web Monitor]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/?p=725</guid>
		<description><![CDATA[SecurityDistro.com has published my tutorial on how to use GFI Web Monitor and ISA Server 2006 to protect business networks from web browsing threats.]]></description>
			<content:encoded><![CDATA[<p>SecurityDistro.com has published my tutorial on <a href="http://securitydistro.com/tutorials/165/Protecting-Business-Users-from-Web-Browsing-Threats-with-GFI-WebMonitor.php">how to use GFI Web Monitor</a> and ISA Server 2006 to protect business networks from web browsing threats.</p>
<blockquote><p>Despite the attention paid toward protecting computers from viruses and spam there is often little attention given to the threat presented by common, everyday web browsing.  When internet access is made available to staff with no restrictions in place it opens up the business to several risks such as:</p>
<p>•    Viruses and other malware downloaded from websites<br />
•    Inappropriate content such as pornography accessed by staff<br />
•    “Cyberslacking”, or wasting time on non-work related websites and instant messaging</p>
<p>GFI WebMonitor for ISA Server solves these problems for business by providing comprehensive security features that can scan file downloads for malware, limit or block access to undesirable websites, and prevent instant messaging communication.  By installing GFI WebMonitor on your Microsoft ISA Server firewall or web proxy you can prevent viruses from getting inside of your network and improve staff productivity.</p></blockquote>
<p>Read the full tutorial <a href="http://securitydistro.com/tutorials/165/Protecting-Business-Users-from-Web-Browsing-Threats-with-GFI-WebMonitor.php">here</a>.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/exchange-server-archiving-review-gfi-mailarchiver" title="Exchange Server Archiving: Review of GFI MailArchiver">Exchange Server Archiving: Review of GFI MailArchiver</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-edge-transport-server-configuring-edgesync" title="Exchange 2010 Edge Transport Server: Configuring EdgeSync">Exchange 2010 Edge Transport Server: Configuring EdgeSync</a></li><li><a href="http://exchangeserverpro.com/publish-outlook-web-app-isa-server-2006" title="How to Publish Outlook Web App with ISA Server 2006">How to Publish Outlook Web App with ISA Server 2006</a></li><li><a href="http://exchangeserverpro.com/publishing-exchange-2010-pop3-isa-server-2006" title="Publishing Exchange 2010 POP3 with ISA Server 2006">Publishing Exchange 2010 POP3 with ISA Server 2006</a></li><li><a href="http://exchangeserverpro.com/review-of-gfi-backup-business-edition" title="Review of GFI Backup Business Edition">Review of GFI Backup Business Edition</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/gfi-web-monitor-tutorial">GFI Web Monitor Tutorial</a> is © 2009 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/gfi-web-monitor-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tom Shinder on “hardware” firewalls</title>
		<link>http://exchangeserverpro.com/tom-shinder-on-hardware-firewalls</link>
		<comments>http://exchangeserverpro.com/tom-shinder-on-hardware-firewalls#comments</comments>
		<pubDate>Fri, 31 Aug 2007 04:19:07 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Cisco Pix]]></category>
		<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[ISA 2004]]></category>
		<category><![CDATA[ISA 2006]]></category>
		<category><![CDATA[ISA Server]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/2007/08/31/tom-shinder-on-hardware-firewalls/</guid>
		<description><![CDATA[Tom Shinder of ISAServer.org takes an amusing shot at the myth in some circles that a &#8220;hardware&#8221; firewall or &#8220;firewall appliance&#8221; offers more security than a Microsoft ISA Server firewall. I was drawn to a particular quote in his article about the relative security of ISA Server to other popular firewalls in the context of [...]]]></description>
			<content:encoded><![CDATA[<p>Tom Shinder of <a href="http://www.isaserver.org" title="Tom Shinder's ISAServer.org">ISAServer.org</a> takes an <a href="http://blogs.isaserver.org/shinder/2007/08/29/exchange-deployment-and-isa-firewall-nightmare-scenarios-getting-to-know-the-nightmare-on-exchange-street-and-hork-mode-sandwich-scenarios/" title="Exchange Deployment and ISA Firewall Nightmare Scenarios — Getting to Know the ">amusing shot </a>at the myth in some circles that a &#8220;hardware&#8221; firewall or &#8220;firewall appliance&#8221; offers more security than a Microsoft ISA Server firewall.</p>
<p><a href="http://www.exchangeserverpro.com/wp-content/uploads/2007/08/shinderonfirewalls.jpg" title="Tom Shinder on “Hardware” firewalls"><img src="http://www.exchangeserverpro.com/wp-content/uploads/2007/08/shinderonfirewalls.jpg" alt="Tom Shinder on “Hardware” firewalls" /></a></p>
<p>I was drawn to a particular quote in his article about the relative security of ISA Server to other popular firewalls in the context of the number of reported security vulnerabilities for each product.</p>
<blockquote><p>A quick look at <a href="http://www.secunia.com/" title="Secunia.com"><font color="#003399">www.secunia.com</font></a> shows that the ISA Firewall (2004 and 2006) have no active security issues. Compare this with any “hardware” firewall and you will see that the ISA Firewall is more secure than just about any hardware firewall.</p></blockquote>
<p>There are a lot of firewall appliances out there so I didn&#8217;t do an exhaustive search of their stats on Secunia, but I did take a look at the stats for ISA Server, Cisco Pix, and OpenBSD as those are the three firewalls I am most familiar with in my professional life.</p>
<p><strong>ISA Server</strong></p>
<p><a href="http://www.exchangeserverpro.com/wp-content/uploads/2007/08/secunia_isa2004.JPG" title="secunia_isa2004.JPG"><img src="http://www.exchangeserverpro.com/wp-content/uploads/2007/08/secunia_isa2004.thumbnail.JPG" alt="secunia_isa2004.JPG" /></a><a href="http://www.exchangeserverpro.com/wp-content/uploads/2007/08/secunia_isa2006.JPG" title="secunia_isa2006.JPG"><img src="http://www.exchangeserverpro.com/wp-content/uploads/2007/08/secunia_isa2006.thumbnail.JPG" alt="secunia_isa2006.JPG" /></a></p>
<p><strong>Cisco Pix</strong></p>
<p><a href="http://www.exchangeserverpro.com/wp-content/uploads/2007/08/secunia_pix6.JPG" title="secunia_pix6.JPG"><img src="http://www.exchangeserverpro.com/wp-content/uploads/2007/08/secunia_pix6.thumbnail.JPG" alt="secunia_pix6.JPG" /></a><a href="http://www.exchangeserverpro.com/wp-content/uploads/2007/08/secunia_pix7.JPG" title="secunia_pix7.JPG"><img src="http://www.exchangeserverpro.com/wp-content/uploads/2007/08/secunia_pix7.thumbnail.JPG" alt="secunia_pix7.JPG" /></a></p>
<p><strong>OpenBSD</strong></p>
<p><a href="http://www.exchangeserverpro.com/wp-content/uploads/2007/08/secunia_obsd3.JPG" title="secunia_obsd3.JPG"><img src="http://www.exchangeserverpro.com/wp-content/uploads/2007/08/secunia_obsd3.thumbnail.JPG" alt="secunia_obsd3.JPG" /></a><a href="http://www.exchangeserverpro.com/wp-content/uploads/2007/08/secunia_pix71.JPG" title="secunia_pix71.JPG"><img src="http://www.exchangeserverpro.com/wp-content/uploads/2007/08/secunia_pix71.thumbnail.JPG" alt="secunia_pix71.JPG" /></a></p>
<p>I found those numbers to be pretty interesting.  It is not unusual to have a customer request that a two-tiered firewall infrastructure be implemented on their environment.  Often this means they request that some type of &#8220;appliance&#8221;, be that a Cisco Pix or some other third party box painted red and given a secure sounding name, be placed between the internet and the ISA Server that we are implementing for them.  Sometimes this is based on the principle of defense in depth, whereas other times it is based on a false belief that a product from Microsoft couldn&#8217;t possibly be secure.  Maybe if they saw the stats above they would think otherwise.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/well-designed-security-systems-fail-gracefully-sonicwall-does-not" title="Well-designed security systems fail gracefully, SonicWALL does not">Well-designed security systems fail gracefully, SonicWALL does not</a></li><li><a href="http://exchangeserverpro.com/publishing-exchange-2010-pop3-isa-server-2006" title="Publishing Exchange 2010 POP3 with ISA Server 2006">Publishing Exchange 2010 POP3 with ISA Server 2006</a></li><li><a href="http://exchangeserverpro.com/microsoft-exam-70-350-implementing-microsoft-internet-security-and-acceleration-isa-server-2004" title="Microsoft Exam 70-350: Implementing Microsoft Internet Security and Acceleration (ISA) Server 2004">Microsoft Exam 70-350: Implementing Microsoft Internet Security and Acceleration (ISA) Server 2004</a></li><li><a href="http://exchangeserverpro.com/security-hole-found-in-openbsd" title="Security hole found in OpenBSD">Security hole found in OpenBSD</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-wildcard-ssl-certificates" title="Exchange 2010 FAQ: Are Wildcard SSL Certificates Supported?">Exchange 2010 FAQ: Are Wildcard SSL Certificates Supported?</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/tom-shinder-on-hardware-firewalls">Tom Shinder on “hardware” firewalls</a> is © 2007 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/tom-shinder-on-hardware-firewalls/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

