I constantly see these kinds of error messages in my logs:
Sep 29 13:36:30 sogod [25444]: [ERROR]
<0x0x7fa60b670d60[WOHttpTransaction]> client disconnected during delivery
of response for <WORequest[0x0x7fa60aad0430]: method=POST
uri=/SOGo/[email protected]&DeviceId=deviceid&DeviceType=iPhone&Cmd=Ping
app=SOGo rqKey=Microsoft-Server-ActiveSync rqPath=(null)> (len=13): the
socket was shutdown

Based on documentation and various other threads I have my settings as
follows but the errors still appear:

Nginx Config:
      location ^~ /Microsoft-Server-ActiveSync {
                proxy_pass
http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync;
                proxy_connect_timeout 3600;
                proxy_send_timeout 3600;
                proxy_read_timeout 3600;
                proxy_buffer_size 8k;
                proxy_buffers 4 32k;
                proxy_temp_file_write_size 64k;
                proxy_busy_buffers_size 64k;
                proxy_set_header X-Real-IP $remote_addr;
                proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
                proxy_set_header Host $host;
                proxy_set_header x-webobjects-server-protocol HTTP/1.0;
                proxy_set_header x-webobjects-server-name $server_name;
                proxy_set_header x-webobjects-server-url $scheme://$host;
                proxy_set_header x-webobjects-server-port $server_port;
                proxy_set_header x-webobjects-remote-host $remote_addr;
                client_body_buffer_size 128k;
        }

SOgo config settings:
       SOGoMaximumPingInterval = 3540
       SOGoMaximumSyncInterval = 3540
       SOGoMaximumSyncResponseSize = 2048
       SOGoInternalSyncInterval = 60
       SOGoMaximumSyncWindowSize = 50
       WOWatchDogRequestTimeout = 60

Am I missing something or is one of my settings incorrect? Thanks!
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to