karimelc Hi, Is it possible to disable ActiveSync for SOGo? Could I just remove the file data/conf/nginx/sogo_eas.active ? I find that ActiveSync clients are eating up a lot of resources…
karimelc sven the ticket you refer to is about deactivating SOGo, I want to keep SOGo but not support ActiveSync.
diekuh Reduce it to 5 or 6 if you have watchdog running. Just in case. 🙂 But yes, you could change/add a return to the EAS location in Nginx. Like return 200.
karimelc diekuh you mean to reduce WOWorkersCount to 5 or 6? The issue I’m having is that all workers are eaten up by ActiveSync if I interpret the logs correctly.
karimelc For anyone else who wants to achieve this the solution is to edit data/conf/nginx/templates/sogo_eas.template.sh and only have this content in it: echo “return 410;”