Allow EAS push

tags/0.2.25_el5 0.2.25_el5
Daniel Berteaud 10 years ago
parent b876834c3a
commit 76b0386706
  1. 2
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85SOGoAccess
  2. 12
      root/etc/e-smith/templates/etc/sogo/sogo.conf/65ActiveSync

@ -24,7 +24,7 @@ ProxyPass /SOGo/casProxy http://localhost/sogo-cgi-bin/cas-proxy-validate
{
if ($activeSync =~ m/^enabled|on|1|yes$/i){
$OUT .=<<"HERE";
ProxyPass /Microsoft-Server-ActiveSync http://127.0.0.1:$sogod{'TCPPort'}/SOGo/Microsoft-Server-ActiveSync retry=60 connectiontimeout=5 timeout=360
ProxyPass /Microsoft-Server-ActiveSync http://127.0.0.1:$sogod{'TCPPort'}/SOGo/Microsoft-Server-ActiveSync retry=60 connectiontimeout=5 timeout=3600
HERE
}
else {

@ -0,0 +1,12 @@
{
if (($sogod{'ActiveSync'} || 'disabled') eq 'enabled'){
$OUT .=<<'_EOF';
SOGoMaximumPingInterval = 3540;
SOGoMaximumSyncInterval = 3540;
SOGoInternalSyncInterval = 60;
WOWatchDogRequestTimeout = 3600;
_EOF
}
}
Loading…
Cancel
Save