Ytsejamer1
Posts: 130
Joined: 3.Jun.2010
Status: offline
|
Sorry for the delay...been a busy mess the last couple days. Okay...so here's mine on my public CAS. My public cas is in one site, another non-public cas in a second site with my mailbox servers, etc : URL is simplified on IIS7 Default Web Site so all point to https://mail.domain.com.com/owa. Anonymous authentication enabled only. I have split DNS so the FQDNs are identical. I just recently changed from /exchange to /owa on my redirect as my migrations are complete. AutoDiscover - SSL, Basic and Windows Integrated, no-redirect inherited EWS - SSL, Basic and Windows Integrated, no-redirect inherited Exchange - SSL, Basic, no-redirect inherited ExchWeb - SSL, Basic, no-redirect inherited MS ActiveSync - SSL, Basic, no-redirect inherited OAB - no SSL, Windows Integrated, no-redirect inherited OWA - SSL, Basic, no-redirect inherited Public - SSL, Basic, no-redirect inherited RPC - SSL, Windows Integrated, no-redirect inherited RPC w Cert - SSL, no Authentication, no-redirect inherited UnifiedMessaging - SSL, Windows Integrated, no-redirect inherited From a command prompt in the %WINDIR%\System32\Inetsrv directory, you must remove the redirection from the /Exchange, /ExchWeb and /Public with these commands: appcmd set config "default web site/Exchange" /section:httpredirect /enabled:false -commit:apphost appcmd set config "default web site/Exchweb" /section:httpredirect /enabled:false -commit:apphost appcmd set config "default web site/Public" /section:httpredirect /enabled:false -commit:apphost Here's another link I thought is a good reference! http://blogs.technet.com/b/exchange/archive/2008/02/01/3404755.aspx In the ESM, for my public cas, under Server Configuration > Client Access > Public Cas : Outlook Web Access tab - exchange : Use forms based authentication (domain\username) exchweb : same as above owa: same as above. The first tab in the properties will be where you set your internal and external urls. public : Use forms based authentication (domain\username) Now...for your set up...you've got exchange 2003 users. you're going to need to direct the default website to /exchange instead of /owa. Otherwise, they will be unable to login through the site. Hope this is somewhat helpful.
|