Is there a script that would remember all boxes with the {“SOGoRefreshViewCheck”: “every_minute”} and {“SOGoDesktopNotifications”:1 parameters in docker-compose exec -u sogo sogo-mailcow /usr/sbin/sogo-tool user-preferences set defaults
English
user-preferences
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!
In the documentation I read, only applies to user settings, maybe someone has wondered how to extend this to all users? It is not possible to set it via config, maybe there are scripts for this?
The command you wrote and DocFraggle mentioned is adjusting the defaults for a specific user. So you could build a script to run this script for every user and get the job done, no?
Would just be a simple API query to mailcow API and then looping through them. Just be rather easy to implement.
pkernstock
yes, that’s right. I wanted to apply to all users, but how to do this? I’m weak in programming.
I don’t have a finished script for you, so you need to build it yourself or ask/pay someone to do it. mailcow doesn’t provide a built-in functionality for this.