Notifications
Clear all
Carbonio General
2
Posts
2
Users
0
Reactions
43
Views
Topic starter
02/25/2025 14:52
Good afternoon! The documentation says that I can disable Chats in the Admin Panel, but I don't have such an item in the panel. How can this be done?
03/11/2025 12:27
@dkb
Hi,
You can disable the Chat feature from CLI using:
root@mail:~# su - zextras -c "carbonio prov mc default carbonioFeatureChatsEnabled FALSE" root@mail:~# systemctl restart carbonio-ws-collaboration
To enable it again:
root@mail:~# su - zextras -c "carbonio prov mc default carbonioFeatureChatsEnabled TRUE" root@mail:~# systemctl restart carbonio-ws-collaboration
Meanwhile, I will discuss with documentation team to understand if disabling chat from Admin Panel possible or not.
Regards,