aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3/31/squid_reverse.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/squid3/31/squid_reverse.inc')
-rw-r--r--config/squid3/31/squid_reverse.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/squid3/31/squid_reverse.inc b/config/squid3/31/squid_reverse.inc
index 993508aa..53724fd6 100644
--- a/config/squid3/31/squid_reverse.inc
+++ b/config/squid3/31/squid_reverse.inc
@@ -170,7 +170,9 @@ function squid_resync_reverse() {
array_push($owa_dirs,'Microsoft-Server-ActiveSync');
if($settings['reverse_owa_rpchttp'])
array_push($owa_dirs,'rpc/rpcproxy.dll','rpcwithcert/rpcproxy.dll');
- if($settings['reverse_owa_webservice']){
+ if($settings['reverse_owa_mapihttp'])
+ array_push($owa_dirs,'mapi');
+ if($settings['reverse_owa_webservice']){
array_push($owa_dirs,'EWS');
$conf .= "ignore_expect_100 on\n";
}