-
Zextras Carbonio 23.6.0
-
Carbonio Community Edition
-
Suite for Zimbra
- Articles coming soon
CLI Features Configuration
This section describes a few commands that may be used to query or change the availability of a Carbonio component at the COS or account level using the CLI, and is therefore the counterpart of the Carbonio Admin Panel sections COS / features and Domains / Accounts / Edit.
The following attributes affect whether the functionality is available to a user or COS.
Attribute and defaults values | Feature |
carbonioFeatureMailsAppEnabled, | The Mails component is available on mobile apps. |
carbonioFeatureFilesEnabled: | The Carbonio Files component is available. |
carbonioFeatureFilesAppEnabled: | The Carbonio Files component is available on mobile apps. |
carbonioFeatureChatsEnabled: | The Carbonio Chats component is enabled |
carbonioFeatureChatsAppEnabled: | The Carbonio Chats component is available on mobile apps. |
You can use or modify the following instructions to change these settings.
-
Disable the Mails App for account johnsmith@acme.example.
zextras$ carbonio prov modifyAccount johnsmith@acme.example carbonioFeatureMailsAppEnabled FALSE
-
Check whether the Carbonio Files component is enabled in COS default.
zextras$ carbonio prov getCos default carbonioFeatureFilesEnabled # name default carbonioFeatureFilesEnabled: TRUE
-
Disable the Carbonio Chats Component in COS called noChat
zextras$ carbonio prov modifyCos noChat carbonioFeaturChatsEnabled FALSE