Allow EAS push

tags/ipasserelle-groupware-0.2.37-1 0.2.25_el6
Daniel Berteaud 9 years ago
parent b32d9f4097
commit 01d9b52f02
  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