Zextras Community E...
 
Notifications
Clear all

Zextras Community Edition 24.12.4 - disable web client Chats.

2 Posts
2 Users
0 Reactions
43 Views
 dkb
(@dkb)
New Member
Joined: 2 weeks ago
Posts: 1
Topic starter  

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?


   
Quote
(@sharif)
Estimable Member Admin
Joined: 3 years ago
Posts: 657
 

@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,


   
ReplyQuote