NS8-SOGo Timeout

Hey together,

i tested around a bit with SOGo and some internal options of it with realy big Inboxes and noticed a little odety.

If Messages get sorted by Topic it is possible that the response from the worker takes longer than the 60 seconds that the proxy keeps open which basicly causes a soft lockout from the persons SOGo Application.

Can we get a ENV Par for the line 85 in the SOGo.conf

Original: ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0 nocanon

Modified: ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0 nocanon connectiontimeout=360 timeout=3600

with 33630 Mails and grouped by Topic it takes like 8 minutes for the request to complete.

Greatings
Alex

1 Like

The config files in SOGo can be customized, see also GitHub - NethServer/ns8-sogo: SOGo for NethServer 8

3 Likes

Isn’t this already in the default config ?
See SoGo gives a lot of PID timeouts - #14 by stephdl

Not talking about the normal internal timeouts.
It’s a proxy Timeout when the worker takes longer than 60 seconds to Respond to the main Sogo task.
For the aktive sync there is already the exposed timeout in the env file.

To “fix” the proxytimeout for slow internet or big requests there have to be made changes in the SOGo.conf (like mentioned above).

Just posting that here in the forum so there is a known fix if someone softlocks them or has problems with slow connection speed .

3 Likes