There may be times when you may wants to redirect OWA2007 to RWWGuard on SBS or EBS 2008. To do that, you should use the RWWGuardSentry HTTP module, designed for IIS7. The following is a step by step guide in doing so.
- Download the RWWGuardSentry.dll from here to the target server.
- Copy RWWGuardSentry.dll to C:Program FilesMicrosoftExchange ServerClientAccessOwaBin
- Open the web.config at C:Program FilesMicrosoftExchange ServerClientAccessOwa with Notepad. You will need to do a “Run as administrator” to elevate Notepad with enough permissions to write out the file.
- Edit the <httpModules> section and add the following:
<add type="ScorpionSoftware.RWWGuard2008.RWWGuardSentryModule" name="RWWGuardSentryModule"/>
- Edit the <appSettings> section and add the following:
<add key="SentryMethod" value="OWA" />
<add key="SentryURL" value="/owa/auth/" />
<add key="SentryRedirectTarget" value="/remote/logon.aspx" />
<add key="SentryDebug" value="FALSE" /> - Save the file.
At this point if you go directly to /owa on the Exchange server, you will be redirected to RWWGuard.
Questions?
If you have any questions or need some help, we would be happy to assist. Open a case at help.scorpionsoft.com or send an email to support@scorpionsoft.com.