Forum Discussion

adambaack_13393's avatar
adambaack_13393
Icon for Nimbostratus rankNimbostratus
May 30, 2016
Solved

Exchange 2013 iApp - Block Activesync except from one IP

Have only used the iApp templates with their defaults in the past but now I'm needing to allow only one IP to ActiveSync to it. We are using MobileIron for mobile devices and I want to only allow Mob...
  • Yann_Desmarest_'s avatar
    May 31, 2016

    Hi,

    You are right, find a corrected irule below :

    when HTTP_REQUEST {
        if { [string tolower [HTTP::path]] eq "/microsoft-server-activesync" and !([IP::client_addr] eq "x.x.x.x") } {
        drop
        }
       }