Forum Discussion
Joe_5599_134300
Nimbostratus
Apr 09, 2014Exchange 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.
e...
mikeshimkus_111
Apr 17, 2014Historic F5 Account
You can use the following log statement to log a message to /var/log/ltm when the Enterprise Vault URI is seen. Also, you don't need to use "then" after your if statements:
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] equals "/enterprisevault" } {
log local0. "enterprise vault found"
pool exchange-mail_enterprisevault
} else {
if { ([HTTP::uri] == "/") } {
HTTP::redirect https://[HTTP::host]/owa/
}
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects