Welcome to TechNet Blogs Sign in | Join | Help

Connecting Entourage with Exchange 2007

The typical installation of Exchange 2007 includes the CAS, MBX and HUB roles.  Entourage requires little if any server configuration to connect in this topology.

 

However, once these roles are separated, there’s a few additional steps to take.

 

One thing to note – you do not need to install the latest WebDAV component from the IIS team in order to get Entourage to work with Exchange 2007 on Windows 2008 server.  If you’ve already installed the component:

http://learn.iis.net/page.aspx/350/installing-and-configuring-webdav-on-iis-70/

here are the steps to uninstall it:

 

On the Exchange 2007 server it’s installed

1)       Stop the W3svc service [this usually prevents the need to reboot]   net stop w3svc

2)       Uninstall the WebDAV component from Control Panel, Programs and Features

3)       Start the W3svc service  net start w3svc

4)       run the following commands from the Exchange Management Shell

Remove-OwaVirtualDirectory "exchange (default web site)"

-Refresh IIS manager to ensure the exchange virtual directory has been removed

New-OwaVirtualDirectory "exchange" -OwaVersion Exchange2003or2000 -VirtualDirectoryType Mailboxes -WebSiteName "Default Web Site"

5)       Ensure the proper permissions are configured on the Exchange virtual directory:

CAS role == Basic

MBX role == Windows Auth [as well as SSL settings with Require SSL unchecked]

6)       Run iisreset /noforce

 

The steps above show the basic setup requirements for Entourage:

On the CAS, the Exchange virtual directory needs to have Basic, on the MBX, the Exchange virtual directory needs to have Windows Auth and SSL turned off.

 

A great troubleshooting step from here is to enable Forms Based Authentication on the CAS for the OWA virtual directory in Exchange Management Console.  Once that is enabled, if you see redirection working properly for OWA through your browser, then most likely your server is configured correctly.

 

For example, for Entourage to work, you need to be able to access https://CAS/exchange from the Apple client you want to run Entourage from [which after getting redirected to the OWA FBA page you should be able to log in].  From the CAS, you should also be able to access http://MBX/exchange - If these two tests work, then you most likely need to visit

931350  You cannot connect to your mailbox on Exchange Server when you use Entourage for Mac

 

It’s better to work from https://CAS/exchange to http://MBX/exchange - if connecting to the CAS won’t work, then connecting the MBX over the Exchange virtual directory won’t work either.

 

-austinmc

Published Friday, April 17, 2009 3:41 PM by austinmc

Comments

# Topics about Microsoft » Connecting Entourage with Exchange 2007

Anonymous comments are disabled
 
Page view tracker