NOTE: The content of this article has been published in the official Exchange 2007 documentation. We recommend that you check the documentation for the most up-to-date version. Please go here: http://technet.microsoft.com/en-us/library/bb885041.aspx EDIT: We have updated this post on 2/15/07 to include additional detail about public folder access. To get started, let me take you on a trip down memory lane to dark ages of computing and e-mail. Journey with me to the years 2000 and 2003, when Exchange was a much different product. In Exchange 2003 and 2000, there were two server configurations: front-end (FE) and back-end (BE). From OWA's point of view, the FE server was little more than a proxy. It accepted requests and forwarded them to the BE server. The BE handled all the business logic and rendered the UI. If you looked at the IIS metabase on an FE or BE server, you'd see three virtual directories normally associated with OWA:
/exchange: handles mailbox access requests for OWA and WebDAV /public: handles requests for public folders /exchweb: contains resource files used by OWA and WebDAVIf you accessed /exchange on an FE server, you would be prompted to enter your credentials and then proxied to /exchange on the BE server, which would serve up OWA. Fast forward to 2007, where we made a great leap forward with Exchange. We did away with the FE and BE roles in favour of the CAS and Mailbox roles. The key difference between CAS and FE is that CAS contains the business logic and renders the OWA UI. This presented us with a challenge: how do we allow Exchange 2007 CAS servers to coexist with Exchange 2007 Mailbox and Exchange 2003/2000 Mailbox servers? The solution depends on how the server is configured. First things first, though:
- If you intend to keep E2007 and E2003/2000 servers running side by side, we recommend that you keep the E2007 CAS and E2007 Mailbox servers on separate machines. If you want to combine CAS and Mailbox on a single server while still maintaining E2003/2000 servers, you will need to expose two URLs. One goes to the E2007 server (e.g., https://e2007.contoso.com/owa), while the other goes to the E2003/2000 servers (e.g., https://e2003.contoso.com/exchange).
- We don't support putting an Exchange 2003/2000 FE server in front of an Exchange 2007 Mailbox server. OWA 2007 also doesn't support Exchange 2007 public folders yet. Look for it in an Exchange 2007 Service Pack. In addition, you should replace all your E2003/2000 FE servers with E2007 CAS servers before moving your mailboxes to E2007 (see this page in Exchange 2007 documentation). Note that a CAS will require more powerful hardware than an FE server, so account for that in your planning (see this blog post for details).
CAS-only |
Mailbox-only |
CAS+Mailbox |
/owa /exchange /public /exchweb |
/exchange /public
|
/owa /exchange /public /exchweb |
- Davex responds to both DAV and OWA requests. If you are pointing your browser to a URL, such as https://mail.company.com/exchange, and davex responds to it, it is treating it as an OWA request.
- Davex will redirect a request based on the internal (intranet) name of the server. This means that users on the internet may receive a DNS error because the internal name of a server may not be the one that is exposed on the internet.
- Requests for /owa return the OWA 2007 experience
- Requests for /exchange: exprox proxies requests to /exchange on the Mailbox server, where davex redirects the user to /owa on the CAS
- Requests for /public: exprox proxies the user to /public on the Mailbox server. Davex then looks for an E2003 PF server but doesn't find one. It then returns an error message.
- Requests for /exchweb: exprox either proxies them to /exchange or /public on the Mailbox server, or does nothing with them (more on this later)
- Requests for /owa returns the following error since there are no Exchange 2007 mailboxes.
Outlook Web Access could not find a mailbox for DOMAIN\USER. If the problem continues, contact technical support for your organization and tell them the following: The mailbox may be stored on a Microsoft Exchange 2000 or Microsoft Exchange 2003 server, or the Active Directory user account was created recently and has not yet replicated to the Active Directory site where this Client Access server is hosted.
- Requests for /exchange on the CAS are proxied to /exchange on the BE server, which returns the OWA 2003 experience
- Requests for /public on the CAS are proxied to /public on the BE server, which returns the OWA 2003 PF experience
- Requests for /exchweb: exprox either proxies them to /exchange or /public on the Mailbox server, or does nothing with them
- requests to /owa will return the OWA 2007 experience
- requests to /exchange on the CAS or Mailbox server will redirect the user to /owa. Authentication credentials transparently passed through.
- requests to /exchange on the BE will direct the user to the CAS, but the user may need to be authenticated again
- requests to /public will be directed to /public on the BE server
- requests to /exchweb will be directed to the BE server or return nothing
- requests to /owa will yield the error message from Example 2
- requests to /exchange or /public on a CAS will be proxied by exprox to /exchange or /public on the BE server and yield the OWA 2003 experience
- requests to /exchange or /public on the BE server will yield the OWA 2003 experience
- requests to /exchweb will be directed to the BE server or return nothing
- requests for /owa yield the OWA 2007 experience
- requests for /exchange will be redirected by davex to /owa
- requests for /public will return an error since there are no E2003 PF servers
- Requests to /owa will yield the OWA 2007 experience
- Requests to /exchange will redirect to /owa
- Requests to /public will likely yield an error because DAV will not redirect OWA requests to the E2003 PF server correctly.
- Requests to /owa will yield the Example 2 error message
- Requests to /exchange redirect to the E2003 server and yield the OWA 2003 experience
- If accessing /exchange on the E2007 server, you will need to reauthenticate after being redirected to the E2003 server
- Requests to /public will likely yield an error because DAV will not redirect OWA requests to the E2003 PF server correctly.