Forum Discussion
MAPI-over-HTTP 11.6 Adding the irule
- Oct 20, 2016
Under the option in the iapp
Do you want to customize your server pool settings? select "Customize pool settings"
This adds the option
Do you want to add any iRules to this combined virtual server?
Worked a treat
Sorry, it didn't register with me that you are on v11.6 (APM is fully supported for MAPI-over-HTTP in 12.0 and later).
The Exchange 2016 iApp handles the traffic, but APM won't work, so you should use this iRule. You should not have to disable strictness; instead, create the iRule and then reconfigure the iApp to attach the rule to the virtual server.
when HTTP_REQUEST {
switch -glob -- [string tolower [HTTP::path]] {
"/mapi*" {
ACCESS::disable
}
}
}
Recent Discussions
Related Content
* 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