Remove Import export feature
Revision as of 12:27, 19 October 2021 by Nbhagwat (talk | contribs) (Created page with "{{BC|Community Sandbox}} __FORCETOC__ <div class="col-md-12 ibox-content"> =How to remove Export/Import feature from Webclient through CLI= <hr> {{KB|{{WIP}}|{{ZCS 9.0}}|{{ZCS...")
How to remove Export/Import feature from Webclient through CLI
Problem
Sometimes the Admin might want to restrict the users to use the Import/Export feature. 600px
Solution
The following steps needs to be performed from CLI to remove the Import/Export feature.
On User Level
Remove Import Feature
zmprov ma user@domain.com zimbraFeatureImportFolderEnabled FALSE
Remove Export Feature
zmprov ma user@domain.com zimbraFeatureExportFolderEnabled FALSE
On COS level
Remove Import
zmprov mc default zimbraFeatureImportFolderEnabled FALSE
Remove Export
zmprov mc default zimbraFeatureExportFolderEnabled FALSE
Submitted by: Nagesh Bhagwat |