Forum Discussion
Rosieodonell_16
Feb 08, 2019Cirrus
F5 webmail exchange 2016 - "Access policy evaluation is already in progress for your current session."
We recently moved over to outlook 2016. Users that are on 2010 connect fine and never have an issue. the new users that have moved over to 2016 mailboxes get the error message above in the title. Whe...
Feb 11, 2019
Hi,
This preload issue could be solved with this irule:
when ACCESS_SESSION_STARTED {
set landinguri [ACCESS::session data get session.server.landinguri]
switch -glob $landinguri {
"/owa/plt1.ashx?*" -
"/owa/sessiondata.ashx?appcacheclient=1" -
"/owa/userspecificresourceinjector.ashx?*&appcacheclient=1*" -
"/owa/manifests/appCacheManifestHandler.ashx?owamanifest=1" {
ACCESS::respond 403 -version "1.1" noserver "Connection" "Close"
ACCESS::session remove
return
}
}
}
Cheers,
Kees
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