Difference between revisions of "Remove Import export feature"
(→Solution) |
|||
Line 2: | Line 2: | ||
__FORCETOC__ | __FORCETOC__ | ||
<div class="col-md-12 ibox-content"> | <div class="col-md-12 ibox-content"> | ||
− | =How to remove Export/Import feature from Webclient through CLI= | + | =How to remove Export/Import feature from Webclient through CLI?= |
<hr> | <hr> | ||
{{KB|{{WIP}}|{{ZCS 9.0}}|{{ZCS 8.8}}|}} | {{KB|{{WIP}}|{{ZCS 9.0}}|{{ZCS 8.8}}|}} | ||
Line 9: | Line 9: | ||
====Problem==== | ====Problem==== | ||
Sometimes the Admin might want to restrict the users to use the Import/Export feature. | Sometimes the Admin might want to restrict the users to use the Import/Export feature. | ||
− | |||
[[File:Import.png|200px|middle]] | [[File:Import.png|200px|middle]] | ||
Line 29: | Line 28: | ||
'''On COS level''' | '''On COS level''' | ||
− | Remove Import | + | Remove Import |
<pre> | <pre> | ||
− | zmprov mc | + | zmprov mc default zimbraFeatureImportFolderEnabled FALSE |
</pre> | </pre> | ||
− | Remove Export | + | Remove Export |
<pre> | <pre> | ||
− | zmprov mc | + | zmprov mc default zimbraFeatureExportFolderEnabled FALSE |
</pre> | </pre> | ||
Revision as of 12:51, 19 October 2021
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.
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 |