There may be times when you may want to redirect OWA2010 to RWWGuard on SBS 2011. 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 Files\Microsoft\Exchange Server\V14\Client\Access\Owa\Bin
- Open the web.config at C:\Program Files\Microsoft\Exchange Server\V14\Client\Access\Owa with Notepad. You will need to do a “Run as administrator” to elevate Notepad with enough permissions to write out the file.
- Edit the <modules> section under <!– OWA HTTP Modules –> and add the following:
<add type="ScorpionSoftware.RWWGuard2008.RWWGuardSentryModule" name="RWWGuardSentryModule"/>
- Edit the <appSettings> section and add the following:
<add key="SentryMethod" value="OWA2010" />
<add key="SentryURL" value="/owa/auth/" />
<add key="SentryRedirectTarget" value="/remote/" />
<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.