<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Inside Entourage by Amir : Entourage 2004</title><link>http://blogs.technet.com/amir/archive/tags/Entourage+2004/default.aspx</link><description>Tags: Entourage 2004</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>E-mail Download Issue in Entourage With Exchange 2007 on Windows 2008</title><link>http://blogs.technet.com/amir/archive/2008/08/06/e-mail-download-issue-in-entourage-with-exchange-2007-on-windows-2008.aspx</link><pubDate>Wed, 06 Aug 2008 19:00:34 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3100753</guid><dc:creator>amir</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.technet.com/amir/comments/3100753.aspx</comments><wfw:commentRss>http://blogs.technet.com/amir/commentrss.aspx?PostID=3100753</wfw:commentRss><wfw:comment>http://blogs.technet.com/amir/rsscomments.aspx?PostID=3100753</wfw:comment><description>&lt;p&gt;In this blog post I wanted to talk about another new issue being experienced by our customers who are working with Exchange 2007 on Windows 2008. Windows Server 2008 is the key here as it relates to IIS 7 (Internet Information Server) and it's default security restrictions.
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Issue&lt;/strong&gt;&lt;br/&gt;Using Entourage for Mac (2004 or 2008) while connecting to an Exchange 2007 mailbox on a Windows 2008 Server, user cannot download any e-mail message which has a plus sign in it's subject line, like 'Test + Mail'.
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Cause&lt;/strong&gt;&lt;br/&gt;Entourage's request to download this e-mail message goes thru IIS 7 on Windows 2008 Server, which is configured (by default) to deny 'double escape sequences' in any HTTP request and thus it rejects the request with a '404.11' error.
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resolution&lt;/strong&gt;&lt;br/&gt;As Entourage talks to 'Exchange' virtual directory (for mailbox access) under 'Default Website' on IIS, thus you can use the following procedure to allow the use of 'double escape sequence' &lt;span style="text-decoration:underline"&gt;only&lt;/span&gt; at that level to address this issue. This will minimize the risk you will be taking to enable the usage of double escape sequence. Enabling the use of 'double escape sequence' does carry some risk, please go thru the links below under 'More Info' section to get yourself educated on the issue &amp;amp; involved risks before you work on the steps below.
&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration:underline"&gt;Quick &amp;amp; Easy Way&lt;/span&gt;&lt;br/&gt;You will need to run this command on all of your Exchange 2007 CAS and Mailbox Servers as IIS is installed on them by default.
&lt;/p&gt;&lt;p&gt;Bring up a Windows 'Command Prompt', type the following command and hit 'Enter' on keyboard, that's it, you are done!
&lt;/p&gt;&lt;p&gt;&lt;span style="color:blue"&gt;%windir%\system32\inetsrv\appcmd set config "http://localhost/Exchange" -section:system.webServer/security/requestfiltering -allowDoubleEscaping:true /commit:apphost
&lt;/span&gt;&lt;/p&gt;&lt;p&gt;You will see the following response after running the above command in the same window.
&lt;/p&gt;&lt;p&gt;&lt;span style="color:blue"&gt;Applied configuration changes to section "system.webServer/security/requestFiltering" for "MACHINE/WEBROOT/APPHOST/Default Web Site/Exchange" at configuration commit path "MACHINE/WEBROOT/APPHOST"
&lt;/span&gt;&lt;/p&gt;&lt;p&gt;After running this command, you don't need to restart any services on server, just run the command and ask your Entourage users to see if the issue has been resolved for them, at the most you can ask them to re-launch Entourage.
&lt;/p&gt;&lt;p&gt;OR if you are a guy who is interested in details, then you can follow the manual steps outlined below.
&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration:underline"&gt;Manual Steps&lt;/span&gt;&lt;br/&gt;1. Bring up Notepad : File : Open, type &lt;span style="color:blue"&gt;%windir%\System32\inetsrv\config\applicationHost.config&lt;/span&gt; in the 'File name' box, and then click 'Open'.
&lt;/p&gt;&lt;p&gt;2. Locate the section titled as: &lt;span style="color:blue"&gt;&amp;lt;location path="Default Web Site/Exchange"&amp;gt;&lt;/span&gt;
	&lt;/p&gt;&lt;p&gt;3. Under that section locate &lt;span style="color:blue"&gt;&amp;lt;/authentication&amp;gt;&lt;/span&gt; tag
&lt;/p&gt;&lt;p&gt;4. Just after that insert the following text on a new line: &lt;span style="color:blue"&gt;&amp;lt;requestFiltering allowDoubleEscaping="true" /&amp;gt;&lt;/span&gt;
	&lt;/p&gt;&lt;p&gt;5. Save the file and 'Exit' Notepad
&lt;/p&gt;&lt;p&gt;Again, no restart of any service is required.
&lt;/p&gt;&lt;p&gt;Note:&lt;br/&gt;As Entourage talks to 'Public' virtual directory (for public folder access) under 'Default Website' on IIS, thus you will need to follow the same procedure for 'Public' virtual directory as well. Same instructions apply, just replace 'Exchange' with 'Public' in all steps mentioned above.
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Details&lt;/strong&gt;&lt;br/&gt;Let's go into the details of this issue. First of all let's see how this issue would look like to an Entourage user when he looks at his Inbox thru Outlook Web Access &amp;amp; Entourage.
&lt;/p&gt;&lt;p&gt;Outlook Web Access thru Safari (note the presence of messages with '+' in their subject lines, i.e. 'Movie + Dinner' &amp;amp; 'Test + Message')
&lt;/p&gt;&lt;p&gt;&lt;img src="http://erage.members.winisp.net/080608_1600_EmailDownlo1.png" alt=""/&gt;
	&lt;/p&gt;&lt;p&gt;Entourage 2008 (note the absence of messages with '+' in their subject lines, i.e. 'Movie + Dinner' &amp;amp; 'Test + Message')
&lt;/p&gt;&lt;p&gt;&lt;img src="http://erage.members.winisp.net/080608_1600_EmailDownlo2.png" alt=""/&gt;
	&lt;/p&gt;&lt;p&gt;So how did it happen? Let's review the TCPFlow Trace pasted below, which I took on Entourage user's machine. Important parts are highlighted in red.
&lt;/p&gt;&lt;p&gt;&lt;span style="color:blue"&gt;65.53.65.121 = Entourage Client
&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:blue"&gt;172.30.142.217 = Exchange 2007 CAS Server
&lt;/span&gt;&lt;/p&gt;&lt;p&gt;In the trace snippet pasted below Entourage client is requesting (thru SEARCH command) if there are any changes in user's Inbox, i.e. if there are any new items there for Entourage to retrieve and sync down to its local database.
&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Courier New; font-size:10pt"&gt;&lt;span style="color:#7030a0"&gt;065.053.065.121.51253-172.030.142.217.00080:&lt;br/&gt;&lt;/span&gt;&lt;span style="color:red"&gt;&lt;strong&gt;SEARCH /exchange/john/Inbox/ HTTP/1.1&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#7030a0"&gt;&lt;br/&gt;Host: 172.30.142.217&lt;br/&gt;From: 65.53.65.121&lt;br/&gt;User-Agent: Entourage/12.10.0 (PPC Mac OS X 10.4.9)&lt;br/&gt;Accept: */*&lt;br/&gt;Accept-Language: en&lt;br/&gt;Content-Type: text/xml; charset="utf-8"&lt;br/&gt;Brief: t&lt;br/&gt;Translate: F&lt;br/&gt;Range: Rows=0-512&lt;br/&gt;Cookie: sessionid=7f5d08a5-f5ef-4e36-91e1-8c57c1c2a67f;&lt;br/&gt;cadata="4Soepik9ZpG1ev4w+C87pKQrHkOOeTHX4IiYZdRzhFlUtMQICwpFE3&lt;br/&gt;/xSe3jJmd6QpyBoZI08NwuacKT+wAeWBA==";&lt;br/&gt;OwaLbe={7313483B-4B9B-459B-8EB9-8D0BEE690596}&lt;br/&gt;Content-Length: 743&lt;br/&gt;Accept-Encoding: gzip&lt;br/&gt;Connection: Keep-Alive
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#7030a0; font-family:Courier New; font-size:10pt"&gt;065.053.065.121.51253-172.030.142.217.00080:&lt;br/&gt;&amp;lt;?xml version="1.0"?&amp;gt;&amp;lt;D:searchrequestxmlns:D="DAV:"&lt;br/&gt;xmlns:R="&amp;lt;http://schemas.microsoft.com/repl/&amp;gt;"&amp;gt;&lt;br/&gt;&amp;lt;R:repl&amp;gt;&amp;lt;R:collblob&amp;gt;toCTAAMAAQIgzWX+UAA=&amp;lt;/R:collblob&amp;gt;&lt;br/&gt;&amp;lt;/R:repl&amp;gt;&amp;lt;D:sql&amp;gt;SELECT &lt;br/&gt;"&amp;lt;http://schemas.microsoft.com/repl/repl-uid&amp;gt;",&lt;br/&gt;"&amp;lt;http://schemas.microsoft.com/repl/resourcetag&amp;gt;",&lt;br/&gt;"&amp;lt;http://schemas.microsoft.com/mapi/proptag/x001A001F&amp;gt;",&lt;br/&gt;"&amp;lt;http://schemas.microsoft.com/mapi/sensitivity&amp;gt;",&lt;br/&gt;"urn:schemas:httpmail:read", "urn:schemas:httpmail:datereceived"&lt;br/&gt;FROM SCOPE ('SHALLOW TRAVERSAL OF "/exchange/john/Inbox/"')&lt;br/&gt;WHERE "&amp;lt;http://schemas.microsoft.com/mapi/proptag/0x67aa000b&amp;gt;"&lt;br/&gt;= false AND "DAV:isfolder" = false&amp;lt;/D:sql&amp;gt;&amp;lt;/D:searchrequest&amp;gt;
&lt;/span&gt;&lt;/p&gt;&lt;p&gt;And here comes the response from server with the URL of the new item, which is an e-mail with the subject 'Test + Mail' (we are working with only one message to keep things simple) …
&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Courier New; font-size:10pt"&gt;&lt;span style="color:#7030a0"&gt;172.030.142.217.00080-065.053.065.121.51253:&lt;br/&gt;&lt;/span&gt;&lt;span style="color:red"&gt;&lt;strong&gt;HTTP/1.1 207 Multi-Status&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#7030a0"&gt;&lt;br/&gt;Transfer-Encoding: chunked&lt;br/&gt;Content-Type: text/xml&lt;br/&gt;Content-Range: rows 0-0; total=*&lt;br/&gt;Accept-Ranges: rows&lt;br/&gt;Server: Microsoft-IIS/7.0&lt;br/&gt;Set-Cookie: OwaLbe={7313483B-4B9B-459B-8EB9-8D0BEE690596}; path=/&lt;br/&gt;MS-WebStorage: 08.01.10240&lt;br/&gt;MS-WebStorage: 08.01.10240&lt;br/&gt;X-Powered-By: ASP.NET&lt;br/&gt;X-Powered-By: ASP.NET&lt;br/&gt;Date: Fri, 20 Jun 2008 21:46:52 GMT
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Courier New; font-size:10pt"&gt;&lt;span style="color:#7030a0"&gt;172.030.142.217.00080-065.053.065.121.51253:&lt;br/&gt;&amp;lt;?xml version="1.0"?&amp;gt;&amp;lt;a:multistatusxmlns:b="urn:&lt;br/&gt;uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/"&lt;br/&gt;xmlns:g="urn:schemas:httpmail:"&lt;br/&gt;xmlns:f="&amp;lt;http://schemas.microsoft.com/mapi/&amp;gt;" &lt;br/&gt;xmlns:c="xml:" &lt;br/&gt;xmlns:e="&amp;lt;http://schemas.microsoft.com/mapi/proptag/&amp;gt;"&lt;br/&gt;xmlns:d="&amp;lt;http://schemas.microsoft.com/repl/&amp;gt;" &lt;br/&gt;xmlns:a="DAV:"&amp;gt;&amp;lt;a:contentrange&amp;gt;&lt;br/&gt;0-0&amp;lt;/a:contentrange&amp;gt;&amp;lt;a:response&amp;gt;&amp;lt;a:href&amp;gt;&lt;br/&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:red"&gt;&lt;strong&gt;http://172.30.142.217/exchange/john/Inbox/Test%20%2B%20Mail.EML&lt;br/&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#7030a0"&gt;&amp;lt;/a:href&amp;gt;&amp;lt;d:changetype&amp;gt;new&amp;lt;/d:changetype&amp;gt;&amp;lt;a:propstat&amp;gt;&amp;lt;a:status&amp;gt;&lt;br/&gt;HTTP/1.1&amp;gt; 200 OK&amp;lt;/a:status&amp;gt;&amp;lt;a:prop&amp;gt;&amp;lt;d:repl-uid&amp;gt;&lt;br/&gt;rid:d17078df5926b048921786b466da7185000220cd63ff&lt;br/&gt;&amp;lt;/d:repl-uid&amp;gt;&amp;lt;d:resourcetag&amp;gt;rt:d5926b04892185000220cd728e&lt;br/&gt;&amp;lt;/d:resourcetag&amp;gt;&amp;lt;e:x001A001F&amp;gt;IPM.Note&amp;lt;/e:x001A001F&amp;gt;&lt;br/&gt;&amp;lt;f:sensitivity b:dt="int"&amp;gt;0&amp;lt;/f:sensitivity&amp;gt;&amp;lt;g:readb:dt="boolean"&amp;gt;0&lt;br/&gt;&amp;lt;/g:read&amp;gt;&amp;lt;g:datereceived b:dt="dateTime.tz"&amp;gt;&lt;br/&gt;20080620T21:46:46.895Z&amp;lt;/g:datereceived&amp;gt;&amp;lt;/a:prop&amp;gt;&amp;lt;/a:propstat&amp;gt;&lt;br/&gt;&amp;lt;/a:response&amp;gt;&amp;lt;d:repl&amp;gt;&amp;lt;d:collblob&amp;gt;toaUAABAAYAAiDNY/8A&amp;lt;/d:collblob&amp;gt;&lt;br/&gt;&amp;lt;/d:repl&amp;gt;&amp;lt;/a:multistatus&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;In the snippet below Entourage tries to fetch the new mail message using the URL provided by server …
&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Courier New; font-size:10pt"&gt;&lt;span style="color:#7030a0"&gt;065.053.065.121.51253-172.030.142.217.00080:&lt;br/&gt;&lt;/span&gt;&lt;span style="color:red"&gt;&lt;strong&gt;PROPFIND /exchange/john/Inbox/Test%20%2B%20Mail.EML HTTP/1.1&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#7030a0"&gt;&lt;br/&gt;Host: 172.30.142.217&lt;br/&gt;From: 65.53.65.121&lt;br/&gt;User-Agent: Entourage/12.10.0 (PPC Mac OS X 10.4.9)&lt;br/&gt;Accept: */*&lt;br/&gt;Accept-Language: en&lt;br/&gt;Content-Type: text/xml; charset="utf-8"&lt;br/&gt;Depth: 0&lt;br/&gt;Brief: t&lt;br/&gt;Translate: F&lt;br/&gt;Cookie: sessionid=7f5d08a5-f5ef-4e36-91e1-8c57c1c2a67f;&lt;br/&gt;cadata="4Soepik9ZpG1ev4wJmd6QpyBoZI08NwuacKT+wAeWBA==";&lt;br/&gt;OwaLbe={7313483B-4B9B-459B-8EB9-8D0BEE690596}&lt;br/&gt;Content-Length: 646&lt;br/&gt;Accept-Encoding: gzip&lt;br/&gt;Connection: Keep-Alive
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;And Entourage's receives a 404 error from server for it's request, as IIS7 installed on that Windows 2008 Server (with Exchange 2007) does not allow the use of 'double escape sequence' in any incoming HTTP request.
&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Courier New; font-size:10pt"&gt;&lt;span style="color:#7030a0"&gt;172.030.142.217.00080-065.053.065.121.51253:&lt;br/&gt;&lt;/span&gt;&lt;span style="color:red"&gt;&lt;strong&gt;HTTP/1.1 404 Not Found&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#7030a0"&gt;&lt;br/&gt;Content-Type: text/html&lt;br/&gt;Server: Microsoft-IIS/7.0&lt;br/&gt;X-Powered-By: ASP.NET&lt;br/&gt;Date: Fri, 20 Jun 2008 21:46:52 GMT&lt;br/&gt;Content-Length: 1245&lt;br/&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"&lt;br/&gt;"&amp;lt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;gt;"&amp;gt;&lt;br/&gt;&amp;lt;htmlxmlns="&amp;lt;http://www.w3.org/1999/xhtml&amp;gt;"&amp;gt;&lt;br/&gt;&amp;lt;head&amp;gt;&lt;br/&gt;&amp;lt;meta http-equiv="Content-Type" content="text/html;&lt;br/&gt;charset=iso-8859-1"/&amp;gt;&lt;br/&gt;&amp;lt;title&amp;gt;404 - File or directory not found.&amp;lt;/title&amp;gt;&lt;br/&gt;&amp;lt;style type="text/css"&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#7030a0; font-family:Courier New; font-size:10pt"&gt;&amp;lt;!--
&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#7030a0; font-family:Courier New; font-size:10pt"&gt;body{margin:0;font-size:.7em;font-family:Verdana, Arial,&lt;br/&gt;Helvetica, sans-serif;background:#EEEEEE;}&lt;br/&gt;fieldset{padding:0 15px 10px 15px;} &lt;br/&gt;h1{font-size:2.4em;margin:0;color:#FFF;}&lt;br/&gt;h2{font-size:1.7em;margin:0;color:#CC0000;} &lt;br/&gt;h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} &lt;br/&gt;#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;&lt;br/&gt;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;&lt;br/&gt;background-color:#555555;}&lt;br/&gt;#content{margin:0 0 0 2%;position:relative;}&lt;br/&gt;.content-container{background:#FFF;width:96%;margin-top:8px;&lt;br/&gt;padding:10px;position:relative;}
&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#7030a0; font-family:Courier New; font-size:10pt"&gt;--&amp;gt;
&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Courier New; font-size:10pt"&gt;&lt;span style="color:#7030a0"&gt;&amp;lt;/style&amp;gt;&lt;br/&gt;&amp;lt;/head&amp;gt;&lt;br/&gt;&amp;lt;body&amp;gt;&lt;br/&gt;&amp;lt;div id="header"&amp;gt;&amp;lt;h1&amp;gt;Server Error&amp;lt;/h1&amp;gt;&amp;lt;/div&amp;gt;&lt;br/&gt;&amp;lt;div id="content"&amp;gt;&lt;br/&gt;&amp;lt;div class="content-container"&amp;gt;&amp;lt;fieldset&amp;gt;&lt;br/&gt;&amp;lt;h2&amp;gt;&lt;/span&gt;&lt;span style="color:red"&gt;&lt;strong&gt;404 - File or directory not found.&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#7030a0"&gt;&amp;lt;/h2&amp;gt;&lt;br/&gt;&amp;lt;h3&amp;gt;&lt;/span&gt;&lt;span style="color:red"&gt;&lt;strong&gt;The resource you are looking for might have been removed,&lt;br/&gt;had its name changed, or is temporarily unavailable.&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#7030a0"&gt;&amp;lt;/h3&amp;gt;&lt;br/&gt;&amp;lt;/fieldset&amp;gt;&amp;lt;/div&amp;gt;&lt;br/&gt;&amp;lt;/div&amp;gt;&lt;br/&gt;&amp;lt;/body&amp;gt;&lt;br/&gt;&amp;lt;/html&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Now if you look in IIS Log on Exchange 2007 CAS or Mailbox Servers, you will find the following entry there:
&lt;/p&gt;&lt;p&gt;CAS&lt;br/&gt;&lt;span style="font-family:Courier New; font-size:10pt"&gt;&lt;span style="color:#7030a0"&gt;2008-06-20 14:38:09 172.30.142.217 PROPFIND /exchange/john/Inbox/Test+++Mail.EML - 80 - 65.53.65.121 Entourage/12.11.0+(PPC+Mac+OS+X+10.4.9) &lt;/span&gt;&lt;span style="color:red"&gt;&lt;strong&gt;404&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#7030a0"&gt; 11 0 0
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Mailbox&lt;span style="font-family:Courier New; font-size:10pt"&gt;&lt;span style="color:#7030a0"&gt;&lt;br/&gt;2008-06-20 14:38:09 172.30.142.218 PROPFIND /exchange/john/Inbox/Test+++Mail.EML - 80 - 172.30.142.217 Exchange-Server-Frontend-Proxy/6.5+Entourage/12.11.0+(PPC+Mac+OS+X+10.4.9) &lt;/span&gt;&lt;span style="color:red"&gt;&lt;strong&gt;404&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#7030a0"&gt; 11 0 0
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;More Info&lt;/strong&gt;&lt;br/&gt;For more info, you can go thru the following links:
&lt;/p&gt;&lt;p&gt;&lt;a href="http://blogs.iis.net/thomad/archive/2007/12/17/iis7-rejecting-urls-containing.aspx" target="_blank"&gt;Blog&lt;/a&gt; : IIS7 Rejecting URLs Containing Plus Sign '+'
&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.owasp.org/index.php/Double_Encoding" target="_blank"&gt;Article&lt;/a&gt; : Double Encoding
&lt;/p&gt;&lt;p&gt;KB &lt;a href="http://support.microsoft.com/kb/942076" target="_blank"&gt;942076&lt;/a&gt; : Error message when you visit a Web site that is hosted on IIS 7.0: "HTTP Error 404.11 – URL_DOUBLE_ESCAPED"
&lt;/p&gt;&lt;p&gt;KB &lt;a href="http://support.microsoft.com/kb/943891" target="_blank"&gt;943891&lt;/a&gt; : The HTTP status codes in IIS 7.0&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3100753" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/amir/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://blogs.technet.com/amir/archive/tags/Top+Issues/default.aspx">Top Issues</category><category domain="http://blogs.technet.com/amir/archive/tags/Entourage+2008/default.aspx">Entourage 2008</category><category domain="http://blogs.technet.com/amir/archive/tags/Entourage+2004/default.aspx">Entourage 2004</category><category domain="http://blogs.technet.com/amir/archive/tags/Known+Issues/default.aspx">Known Issues</category><category domain="http://blogs.technet.com/amir/archive/tags/Mail/default.aspx">Mail</category><category domain="http://blogs.technet.com/amir/archive/tags/Security/default.aspx">Security</category><category domain="http://blogs.technet.com/amir/archive/tags/Exchange+2007/default.aspx">Exchange 2007</category></item><item><title>DST Workaround for Entourage 2004 &amp; 2008 Users in ANZ   </title><link>http://blogs.technet.com/amir/archive/2008/03/31/dst-workaround-for-entourage-2004-2008-users-in-anz.aspx</link><pubDate>Tue, 01 Apr 2008 02:12:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3024890</guid><dc:creator>amir</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/amir/comments/3024890.aspx</comments><wfw:commentRss>http://blogs.technet.com/amir/commentrss.aspx?PostID=3024890</wfw:commentRss><wfw:comment>http://blogs.technet.com/amir/rsscomments.aspx?PostID=3024890</wfw:comment><description>&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Update&lt;/U&gt;&lt;/STRONG&gt;: The fixes for this issue have been released in 11.5 (Entourage 2004) &amp;amp; 12.1 (Entourage 2008) Updates for Office for Mac.&lt;/P&gt;
&lt;P&gt;I wanted to quickly provide this workaround to the users of Entourage 2004 &amp;amp; 2008 in Australia &amp;amp; New Zealand (ANZ) time zones until Microsoft releases fixes thru updates at Mactopia website. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Issue&lt;/STRONG&gt;&lt;BR&gt;When Entourage 2004 &amp;amp; 2008 users organize meetings by inviting other users who are using Microsoft Outlook or OWA (Outlook Web Access) against their Exchange mailboxes (version of Exchange Server does not matter here), then those meeting attendees may see the incoming meeting invite being an hour off. This issue is not seen if all meeting attendees are Entourage users. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Cause&lt;/STRONG&gt;&lt;BR&gt;This happens as Entourage 2004 &amp;amp; 2008 use DST information from related 'Timezones' files for users in ANZ time zones, which are not up to date with current information. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;BR&gt;Microsoft is working to release a fix for this issue in an update for both versions of Entourage but a final release date is not available yet. When that update is available, users can safely install it and it will replace the files which they will put on their systems as a result of applying the workaround provided below. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Workaround&lt;/STRONG&gt;&lt;BR&gt;Below are the steps to follow for both versions of Entourage. Only Entourage users will need to apply this workaround on their machines, no action is required by other users who are using Microsoft Outlook or OWA. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Entourage 2004 &lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Quit Entourage (Entourage should not be running when you apply this workaround) &lt;/LI&gt;
&lt;LI&gt;Back up the current 'Timezones' file in folder: Mac Hard Drive : Applications : Microsoft Office 2004 : Office (just copy it to a backup folder on your hard drive) &lt;/LI&gt;
&lt;LI&gt;Download the updated 'Timezones' file for Entourage 2004 from &lt;A href="http://erage.members.winisp.net/Downloads/Timezones-2004.zip" mce_href="http://erage.members.winisp.net/Downloads/Timezones-2004.zip"&gt;here&lt;/A&gt; (extract its content before proceeding to next step) &lt;/LI&gt;
&lt;LI&gt;Copy the downloaded 'Timezones' file to the same location as above in Step 2, replacing the existing 'Timezones' file &lt;/LI&gt;
&lt;LI&gt;That's it, you are done, launch Entourage and every meeting you create now will not display the issue described above &lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;Entourage 2008 &lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Quit Entourage (Entourage should not be running when you apply this workaround) &lt;/LI&gt;
&lt;LI&gt;Back up the current 'Timezones.ics' file, go to folder: Mac Hard Drive : Applications : Microsoft Office 2008 : Office, locate a file by the name of 'EntourageCore.framework', now Control-Click on it and choose 'Show Package Contents' in the resulting menu, a new window will appear, in that window go to folder: Versions : 12 : Resources : en.lproj (you will find the 'Timezones.ics' file here, just copy it to a backup folder on your hard drive) &lt;/LI&gt;
&lt;LI&gt;Download the updated 'Timezones.ics' file for Entourage 2008 from &lt;A href="http://erage.members.winisp.net/Downloads/Timezones-2008.zip" mce_href="http://erage.members.winisp.net/Downloads/Timezones-2008.zip"&gt;here&lt;/A&gt; (extract its content before proceeding to next step) &lt;/LI&gt;
&lt;LI&gt;Copy the downloaded 'Timezones.ics' file to the same location as above in Step 2, replacing the existing 'Timezones.ics' file &lt;/LI&gt;
&lt;LI&gt;That's it, you are done, launch Entourage and every meeting you create now will not display the issue described above &lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;SPAN style="TEXT-DECORATION: underline"&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;&lt;/SPAN&gt;: Any meetings which were scheduled earlier and display the issue described in this post will not automatically get fixed. If you want to fix them, you will have to open them and make a change in them (like add one character to its subject/title or notes area, etc.), then save them and send update to all attendees. This change will force Entourage to recalculate DST info as per the updated 'Timezones' file. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Workaround Removal&lt;/STRONG&gt;&lt;BR&gt;If at anytime you may need to remove or undo this workaround, just follow the same steps as above and replace the 'Timezones' files with the original ones which you backed up earlier.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3024890" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/amir/archive/tags/Entourage/default.aspx">Entourage</category><category domain="http://blogs.technet.com/amir/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://blogs.technet.com/amir/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://blogs.technet.com/amir/archive/tags/Entourage+2008/default.aspx">Entourage 2008</category><category domain="http://blogs.technet.com/amir/archive/tags/Entourage+2004/default.aspx">Entourage 2004</category><category domain="http://blogs.technet.com/amir/archive/tags/Known+Issues/default.aspx">Known Issues</category></item><item><title>How Does Entourage Work?</title><link>http://blogs.technet.com/amir/archive/2008/02/08/how-does-entourage-work.aspx</link><pubDate>Sat, 09 Feb 2008 08:17:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2853695</guid><dc:creator>amir</dc:creator><slash:comments>11</slash:comments><comments>http://blogs.technet.com/amir/comments/2853695.aspx</comments><wfw:commentRss>http://blogs.technet.com/amir/commentrss.aspx?PostID=2853695</wfw:commentRss><wfw:comment>http://blogs.technet.com/amir/rsscomments.aspx?PostID=2853695</wfw:comment><description>&lt;P&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans Unicode"&gt;As my blog is focused on Entourage as an 'Exchange Client', let's start with the most obvious topic which will provide details on how Entourage works with a mailbox on an Exchange Server. This blog will encompass the currently supported versions of Entourage &amp;amp; Exchange Server, i.e. Entourage 2004 &amp;amp; 2008, and Exchange 2000, 2003 &amp;amp; 2007. Let's list all the different features in Entourage for which it needs to talk to Exchange Server or any other server in a Windows Active Directory based environment. (Note: All ports mentioned below are server side ports) &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans Unicode"&gt;&lt;STRONG&gt;Entourage Setup Assistant&lt;/STRONG&gt; (&lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/1.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/1.png"&gt;screenshot&lt;/A&gt;)&lt;BR&gt;The very first feature which you use in Entourage is the 'Entourage Setup Assistant' (or 'Account Setup Assistant') after you create a new identity. If you try to configure your Exchange account using the setup assistant, it talks to available DNS server configured in Mac OS X 'Network &lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/2.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/2.png"&gt;Preferences&lt;/A&gt;' to locate a Windows Domain Controller or Global Catalog Server hosting Active Directory and then authenticates &amp;amp; inquires about Exchange mailbox server for user. The whole process is described over &lt;A href="http://www.microsoft.com/mac/itpros/default.mspx?MODE=ct&amp;amp;CTT=PageView&amp;amp;clr=99-15-0&amp;amp;target=a3856960-08e6-4797-b1ac-3b4dcdc749211033&amp;amp;srcid=598f107c-575b-4304-9219-bffc1c32f7ab1033&amp;amp;ep=8&amp;amp;rtype=2&amp;amp;pos=1&amp;amp;quid=5c8b13c1-5ebe-43e8-acf4-f57972caf8ec" target=_blank mce_href="http://www.microsoft.com/mac/itpros/default.mspx?MODE=ct&amp;amp;CTT=PageView&amp;amp;clr=99-15-0&amp;amp;target=a3856960-08e6-4797-b1ac-3b4dcdc749211033&amp;amp;srcid=598f107c-575b-4304-9219-bffc1c32f7ab1033&amp;amp;ep=8&amp;amp;rtype=2&amp;amp;pos=1&amp;amp;quid=5c8b13c1-5ebe-43e8-acf4-f57972caf8ec"&gt;here&lt;/A&gt; in detail. Server side ports used are 53 (for DNS queries) and 3268 (for authentication &amp;amp; LDAP queries to locate mailbox server). &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans Unicode"&gt;&lt;STRONG&gt;Mailbox Synchronization&lt;/STRONG&gt; (&lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/3.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/3.png"&gt;screenshot&lt;/A&gt;)&lt;BR&gt;After you have setup your Exchange account (using setup assistant or manually), Entourage goes and talks to the Exchange &lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/4.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/4.png"&gt;server&lt;/A&gt; (front-end or back-end mailbox server) thru IIS (Internet Information Server) to get connected to your mailbox. This communication is HTTP (WebDAV protocol) in nature, thus can happen over port 80 (without SSL) or 443 (with SSL) as per your server side requirements. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans Unicode"&gt;&lt;STRONG&gt;Public Folders&lt;/STRONG&gt; (&lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/5.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/5.png"&gt;screenshot&lt;/A&gt;)&lt;BR&gt;Another server you have to enter in Exchange account settings is your public folders &lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/6.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/6.png"&gt;server&lt;/A&gt;. Generally in big enterprises public folder servers are maintained separately from mailbox servers on the back-end. Entourage communicates with the public folder server in the same way as with an Exchange mailbox server, i.e. HTTP (WebDAV) over port 80 (without SSL) or 443 (with SSL). &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans Unicode"&gt;&lt;STRONG&gt;Global Address List&lt;/STRONG&gt; (&lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/7.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/7.png"&gt;screenshot&lt;/A&gt;)&lt;BR&gt;In Entourage you also have to provide a Directory or LDAP &lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/6.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/6.png"&gt;server&lt;/A&gt; name, which in a Windows Active Directory based environment is your Global Catalog Server so that you can have access to 'Global Address List' (GAL) of your Exchange organization. Entourage uses ports 389 (without SSL) &amp;amp; 636 (with SSL) for authentication and then to access GAL, it sends LDAP queries over ports 3268 (without SSL) or 3269 (with SSL), so a combination of two ports is used for GAL feature, i.e. 389 &amp;amp; 3268 (without SSL) or 636 &amp;amp; 3269 (with SSL). &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG alt="" src="http://erage.members.winisp.net/020908_0517_HowDoesEnto1.png" mce_src="http://erage.members.winisp.net/020908_0517_HowDoesEnto1.png"&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans Unicode"&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans Unicode"&gt;&lt;STRONG&gt;Out of Office Assistant&lt;/STRONG&gt;&lt;BR&gt;This is a new feature only in Entourage 2008. When connecting to Exchange 2000/2003 based mailboxes, Entourage sends a WebDAV query to pull up '&lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/8.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/8.png"&gt;Options&lt;/A&gt;' page from OWA (Outlook Web Access) thru which it sets the OOF &lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/9.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/9.png"&gt;Assistant&lt;/A&gt;. The port usage for this feature is same as described above under 'Mailbox Synchronization' section. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans Unicode"&gt;When connecting to an Exchange 2007 CAS, it works thru '&lt;A href="http://msdn2.microsoft.com/en-us/library/bb408417.aspx" target=_blank mce_href="http://msdn2.microsoft.com/en-us/library/bb408417.aspx"&gt;Exchange Web Services&lt;/A&gt;' ('OOFURL' in 'autodiscover.xml') to configure 'OOF &lt;A href="http://erage.members.winisp.net/Entourage2008NewFeaturesII/7.png" target=_blank mce_href="http://erage.members.winisp.net/Entourage2008NewFeaturesII/7.png"&gt;Assistant&lt;/A&gt;' with appropriate settings. Entourage 2008 uses port 80 (without SSL) or 443 (with SSL) for this feature depending on related configuration on Exchange 2007 CAS. Keep in mind that this feature does not work and fails with an &lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/10.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/10.png"&gt;error&lt;/A&gt; if you connect directly to an Exchange 2007 mailbox server on back-end as '&lt;A href="http://technet.microsoft.com/en-us/library/bb124251.aspx" target=_blank mce_href="http://technet.microsoft.com/en-us/library/bb124251.aspx"&gt;autodisover&lt;/A&gt;' and 'Exchange Web Services' are not present on it, they are only present on an Exchange 2007 CAS. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans Unicode"&gt;&lt;STRONG&gt;Free/Busy Info&lt;/STRONG&gt; (&lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/11.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/11.png"&gt;screenshot&lt;/A&gt;)&lt;BR&gt;When Entourage users schedule a meeting with other users in their Exchange organization, they can also view their free/busy information, i.e. whether other users are free or busy on particular day/time slots. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans Unicode"&gt;Entourage 2004 retrieves free/busy information for other users by talking to a public folder server hosting consolidated free/busy info for all users. This communication is also HTTP (WebDAV) in nature thus happens over port 80 (without SSL) or 443 (with SSL). Entourage 2004 pulls free/busy information in this way in all cases. It does not matter where Entourage user's mailbox is located, i.e. on Exchange 2000, 2003 or 2007 Server. Therefore, it is necessary to provide a public server name in Exchange account settings (under '&lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/6.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/6.png"&gt;Advanced&lt;/A&gt;' tab) in Entourage 2004. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans Unicode"&gt;Entourage 2008 utilizes '&lt;A href="http://technet.microsoft.com/en-us/library/bb232134.aspx" target=_blank mce_href="http://technet.microsoft.com/en-us/library/bb232134.aspx"&gt;Availability Service&lt;/A&gt;' (AS, part of 'Exchange Web Services') on Exchange 2007 to retrieve free/busy information for other users (having mailboxes located on any version of Exchange Server) if it is connecting directly to an Exchange 2007 Client Access Server (CAS). For mailboxes located on Exchange 2007 server, AS pulls free/busy info directly from users' mailboxes while for mailboxes located on Exchange 2003 server (or earlier versions), AS sends the WebDAV query (HTTP, this query always goes over port 80 from CAS to an internal Public Folder server) to respective public folder server hosting those users' free/busy information. Entourage 2008 uses port 80 (without SSL) or 443 (with SSL) for this feature depending on related configuration on Exchange 2007 CAS. You also don't need to enter a public folder server name in Exchange account settings (under '&lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/6.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/6.png"&gt;Advanced&lt;/A&gt;' tab) in Entourage for this feature to work, just the name of Exchange 2007 CAS (in 'Exchange server' field under '&lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/4.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/4.png"&gt;Account Settings&lt;/A&gt;' tab) is enough. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans Unicode"&gt;If Entourage 2008 is connecting directly to a backend mailbox server (Exchange 2007 or earlier versions) or a front-end server (Exchange 2003 or earlier versions) then it utilizes the same WebDAV (HTTP) procedure to pull up the free/busy info as Entourage 2004 does (discussed above). It cannot use AS in this scenario as its only available on an Exchange 2007 CAS. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG alt="" src="http://erage.members.winisp.net/020908_0517_HowDoesEnto2.png" mce_src="http://erage.members.winisp.net/020908_0517_HowDoesEnto2.png"&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans Unicode"&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans Unicode"&gt;&lt;STRONG&gt;Folder Sharing&lt;/STRONG&gt;&lt;BR&gt;When an Entourage user (User1) accesses a shared folder of another user (User2) in his Exchange organization, it uses the same WebDAV (HTTP) based communication which it uses to access the mailbox of Entourage user (User1). The port usage is also the same as described above under 'Mailbox Synchronization' section. Same applies when you use Entourage to assign folder sharing permissions (Folder : &amp;lt;right click&amp;gt; : Sharing : Permissions &lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/12.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/12.png"&gt;tab&lt;/A&gt;). &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans Unicode"&gt;&lt;STRONG&gt;Delegate Management&lt;/STRONG&gt; (&lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/13.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/13.png"&gt;screenshot&lt;/A&gt;)&lt;BR&gt;Using Entourage you can also assign access permissions to your delegates so that they can access your folders such as Inbox, Calendar &amp;amp; Contacts. Entourage 2004 establishes a direct connection to your mailbox server for this purpose, which utilizes &lt;A href="http://en.wikipedia.org/wiki/MAPI" target=_blank mce_href="http://en.wikipedia.org/wiki/MAPI"&gt;MAPI&lt;/A&gt; (RPC over TCP). Why? Please read the 'CAUSE' section in KB &lt;A href="http://support.microsoft.com/kb/909269" target=_blank mce_href="http://support.microsoft.com/kb/909269"&gt;909269&lt;/A&gt;. Entourage 2004 first connects to port 135 ('End-point Mapper' or 'epmap') on Exchange mailbox server, which refers it to 'Exchange System Attendant Service' ('MAD.exe', there is no fixed port for 'MAD', its assigned dynamically). Exchange server then authenticates Entourage client by talking to a 'Domain Controller' or 'Global Catalog Server'. After successful authentication Entourage finally connects to mailbox store on Exchange server (there is no fixed port for 'store' either) and sets two parameters as mentioned in KB &lt;A href="http://support.microsoft.com/kb/909269" target=_blank mce_href="http://support.microsoft.com/kb/909269"&gt;909269&lt;/A&gt;. Entourage 2004 uses this procedure irrespective of the version of Exchange server (2007 or earlier versions) to which its connecting for mailbox access. Entourage 2008 works in the same way except when its connecting to an Exchange 2007 CAS with SP1 installed. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans Unicode"&gt;Entourage 2008 utilizes the new delegate management web &lt;A href="http://technet.microsoft.com/en-us/library/bb684907(EXCHG.80).aspx" target=_blank mce_href="http://technet.microsoft.com/en-us/library/bb684907(EXCHG.80).aspx"&gt;service&lt;/A&gt; if its connecting to an Exchange 2007 CAS with Service Pack 1 installed. This communication happens over port 80 (without SSL) or 443 (with SSL) as per the server side configuration. The major advantage of this feature is that Entourage users can now assign delegation rights to other users independent of their location, i.e. they can do it while connected from internal or external locations. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans Unicode"&gt;&lt;STRONG&gt;Mailbox Quota Management&lt;/STRONG&gt; (&lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/14.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/14.png"&gt;screenshot&lt;/A&gt;)&lt;BR&gt;Entourage users can also find how much space their mailbox is utilizing on server at different levels, like at the top mailbox level, at each folder level, etc. They can do that by going to any folder, right click on it, choose 'Folder Properties' and then go to 'Storage' tab. The port usage for this feature is same as described above under 'Mailbox Synchronization' section. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans Unicode"&gt;&lt;STRONG&gt;Password Expiration Notice&lt;/STRONG&gt; (&lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/15.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/15.png"&gt;screenshot&lt;/A&gt;)&lt;BR&gt;Entourage also checks for Windows domain (where your Exchange server resides) password expiration on every launch or every 24 hours afterwards to see if user's password is going to expire in the next 10 days or not. It does that thru an LDAP query to your Windows 'Domain Controller' or 'Global Catalog Server' configured in Exchange account settings (under '&lt;A href="http://erage.members.winisp.net/HowDoesEntourageWork/6.png" target=_blank mce_href="http://erage.members.winisp.net/HowDoesEntourageWork/6.png"&gt;Advanced&lt;/A&gt;' tab). This communication happens over port 389 (without SSL) or 636 (with SSL).&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2853695" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/amir/archive/tags/Entourage/default.aspx">Entourage</category><category domain="http://blogs.technet.com/amir/archive/tags/Exchange/default.aspx">Exchange</category><category domain="http://blogs.technet.com/amir/archive/tags/Entourage+2008/default.aspx">Entourage 2008</category><category domain="http://blogs.technet.com/amir/archive/tags/Entourage+2004/default.aspx">Entourage 2004</category><category domain="http://blogs.technet.com/amir/archive/tags/Feature/default.aspx">Feature</category></item></channel></rss>