I followed Markus Klein’s “Implementing Outlook Web Access with Exchange Server 2003” (http://www.msexchange.org/tutorials/OWA_Exchange_Server_2003.html) with success.
However, I have a couple of questions.
We already had OWA running directly on our exchange box (https://owa.domain.com), which is why I was following the aforementioned article, so that users weren’t accessing the exchange box directly from outside of our network when using OWA.
The external name of the new front-end box is
“owa-test.domain.com”
Despite the fact I enabled Forms-Based authentication, it appears to be redirecting back to “https://owa.domain.com” and prompting me for the login credentials in the old pop-up box fashion. Once I login, the URL shows the original OWA box (https://owa.domain.com).
How do I prevent this from happening?
Phillip