Hi,

I am facing issues with ActiveSync while only having one client (1
device) on the server.

My logs say:

mail1 sogo.log: Nov 15 21:45:36 sogod [17252]: [ERROR]
<0x0x56309eb3b0a0[WOHttpTransaction]> client disconnected during
delivery of response for <WORequest[0x0x56309eaf74e0]: method=POST
uri=/SOGo/Microsoft-Server-ActiveSync?User=m...@example.com&DeviceId=F3SIOJ32FH08BACH0U077OOA64&DeviceType=iPhone&Cmd=Ping
app=SOGo rqKey=Microsoft-Server-ActiveSync rqPath=(null)> (len=13): the
socket was shutdown

Sometimes even my nginx crashes.

This is my configuration in nginx:
location ^~ /Microsoft-Server-ActiveSync {
      proxy_pass
      http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync;
      proxy_redirect http://127.0.0.1:20000/Microsoft-Server-ActiveSync
      /;
   }
   location ^~ /SOGo/Microsoft-Server-ActiveSync {
       proxy_pass
       http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync;
       proxy_redirect
       http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync /;
   }

This is my config in sogo.conf

WOWorkersCount = 15;
SOGoMaximumPingInterval = 3540;
SOGoMaximumSyncInterval = 3540;
SOGoInternalSyncInterval = 30;

What could be the reason for the crashes? SOGo web interface is working
pretty good ...


Thanks,

Andreas
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to