SOGo - how to disable the yunohost addressbook?

What type of hardware are you using: VPS bought online
What YunoHost version are you running: 12.0.11 (stable)
What app is this about: SOGo

Describe your issue

Hello everyone,

the global addressbook of Yunohost is displayed in the SOGo app. I would like to deactivate this. But how do I do that? Can one of you give me a hint? That would be great. Thank you very much.

Share relevant logs or error messages

No logs

Hello,

You can probably do this changing isAddressBook = YES; by isAddressBook = NO; in /etc/sogo/sogo.conf and after doing a restart of the sogo service. But the issue is that you will need to apply the change after each upgrade of the app.

Note I haven’t to tested the solution.

Ideally we should add this parameters in the config panels so it’s easy to change.

1 Like

Hello,

Thanks for your tip! Yes, that works :slightly_smiling_face: One small weakness is that the words ‘Global address book’ are still displayed. But I can no longer click on anything and no YNH users are displayed.

Ok, I’ll have to keep this in mind when updating and then go back to the ConfigFile and change the line from YES to NO.

Yes, an option in the config panels would of course be great.

But thank you very much for now :slightly_smiling_face:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.