Forum Discussion

Joe_5599_134300's avatar
Joe_5599_134300
Icon for Nimbostratus rankNimbostratus
Apr 09, 2014

Exchange iApp OWA irule Modification for Enterprise Vault

I just wanted to have someone verfiy if this is the best approach for modifying the default Exchange iApp created irule to also allow Enterprise Vault. I have added the enterprise vault section.

exchange-mail_owa_redirect_irule3

when HTTP_REQUEST { if { [string tolower [http_uri]] equals "/enterprisevault" } then { pool exchange_enterprisevault } else {

    if { ([HTTP::uri] == "/") } then {
    HTTP::redirect https://[HTTP::host]/owa/ 
}

} }

15 Replies