Zextras Community E...
 
Notifications
Clear all

Zextras Community Edition 24.12.4 - disable web client Chats.

2 Posts
2 Users
0 Reactions
87 Views
 dkb
(@dkb)
New Member
Joined: 3 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: 671
 

@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 

These commands enforce on COS level. But if you want to disable Chat on specific user account, use this:

root@mail:~# su - zextras -c "carbonio prov ma sharif@democe.local carbonioFeatureChatsEnabled FALSE"
root@mail:~# systemctl restart carbonio-ws-collaboration 

Use FALSE/TRUE to disable/enable the feature.

Meanwhile, I will discuss with the team to understand if disabling chat from Admin Panel possible or not.

Regards,

This post was modified 1 week ago by Md. Shariful Islam

   
ReplyQuote