sogo.conf missing
-
Hi,
I would like to allow the changing of Name within sogo and i would like to add a super user to sogo.
However, I am having trouble finding the /app/data/sogo.conf file.
It doesnt exist in my case.
I proceeded to create a new sogo.conf file in order to define a super user, yet this does not seem to work.
Any suggestions? -
thank you for the quick answer.
I would like to allow users to change the name as in the Name that is diaplayed as the Email Sender.I would also like to change the name of the standard calendar from "Personal Calendar of....." to "Calendar of..." Also Id like to configure it so that it is automatically shared with certain groups of users. Meaning each personal calendar is automatically shared across the company.
-
We are not really experts on such specific configurations for SOGo but you could install an app and put it into debug mode if you are a developer using the cloudron cli tool with
cloudron debug --app <appdomain>
then login to the app withcloudron exec --app <appdomain>
and start the app with/app/code/start.sh
Then the whole filesystem becomes writeable and you can see how to tweak the configs as you want. If you have found a working combination, let us know and we can see how we can change the app package to allow such config to be persistent and updateable.