Sogo Activsynch Android Contacts

NethServer Version: 8
Module: Sogo
Good Afternoon, in the past there was a problem to synch Contacts with sogo. Workaround was to Apply any tuning to the sogo.conf.
Try unsetting SOGoMaximumSyncWindowSize (outcomment it for instance) and test if that helps. If so, create a custom template for the sogo.conf. i have now the same situation with contacts only on a Samsung 23 Ultra on Andoid 14, again just the contacts, email and calender works well. i tried to find the sogo,conf in ns8 but there are a few dunno which on is the correct one. Any idea about that?


these ar my sogo.conf ´s

Enter sogo1 instance:

runagent -m sogo1

Edit environment variables:

nano environment

Restart service:

systemctl --user restart sogo

See also ns8-sogo/README.md at main · NethServer/ns8-sogo · GitHub

Thank you @mrmarkuz. i tried it that way and commented this window size entry out. after restarting the sogo instance the server is broken. after returning the entry things are working fine. someone else have this problem with android?

The default value for SOGoMaximumSyncWindowSize is 0, see also Installation and Configuration Guide

Maybe it works setting it to 0 instead of commenting out?

SOGOMAXIMUMSYNCWINDOWSIZE=0

this worked

1 Like