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…

  • 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;”

Have something to say?

Join the community by quickly registering to participate in this discussion. We'd like to see you joining our great moo-community!

  • diekuh

    • Community Hero
    • volunteer
    Moolevel 110

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.

    sven the ticket you refer to is about deactivating SOGo, I want to keep SOGo but not support ActiveSync.

    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.

    • diekuh

      • Community Hero
      • volunteer
      Moolevel 110

    You would need to modify the EAS site then indeed.

    10 months later

    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;”

    No one is typing