Difference between revisions of "Steps to create a delegated admin to manage DLs only"
Line 1: | Line 1: | ||
− | === | + | {{BC|Certified}} |
+ | __FORCETOC__ | ||
+ | <div class="col-md-12 ibox-content"> | ||
+ | ====Create a delegated admin to manage DLs only==== | ||
<hr> | <hr> | ||
− | + | {{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}} | |
+ | {{WIP}} | ||
+ | ====Problem==== | ||
Steps to create a delegated/domain admin to manage(create/delete) distribution lists and their members. | Steps to create a delegated/domain admin to manage(create/delete) distribution lists and their members. | ||
− | + | ||
+ | ====Solution==== | ||
+ | =====Step 1===== | ||
+ | Create delegated admin account with required AdminConsole UI components. | ||
zmprov ca DL-ADMIN@DOMAIN.COM <PASSWORD> zimbraIsDelegatedAdminAccount TRUE zimbraAdminConsoleUIComponents DLListView | zmprov ca DL-ADMIN@DOMAIN.COM <PASSWORD> zimbraIsDelegatedAdminAccount TRUE zimbraAdminConsoleUIComponents DLListView | ||
− | + | =====Step 2===== | |
+ | Now assign following grants. | ||
zmprov grr domain DOMAIN.COM usr DL-ADMIN@DOMAIN.COM listAccount | zmprov grr domain DOMAIN.COM usr DL-ADMIN@DOMAIN.COM listAccount | ||
zmprov grr domain DOMAIN.COM usr DL-ADMIN@DOMAIN.COM countDistributionList | zmprov grr domain DOMAIN.COM usr DL-ADMIN@DOMAIN.COM countDistributionList | ||
Line 18: | Line 27: | ||
+ | {| class="wikitable" style="background-color:#d0f0c0;" cellpadding="10" | ||
+ | |'''Submitted by''': Heera Singh Koranga | ||
+ | |} | ||
− | + | {{Article Footer||}} |
Revision as of 00:49, 21 August 2018
Create a delegated admin to manage DLs only
- This article is a Work in Progress, and may be unfinished or missing sections.
Problem
Steps to create a delegated/domain admin to manage(create/delete) distribution lists and their members.
Solution
Step 1
Create delegated admin account with required AdminConsole UI components.
zmprov ca DL-ADMIN@DOMAIN.COM <PASSWORD> zimbraIsDelegatedAdminAccount TRUE zimbraAdminConsoleUIComponents DLListView
Step 2
Now assign following grants.
zmprov grr domain DOMAIN.COM usr DL-ADMIN@DOMAIN.COM listAccount zmprov grr domain DOMAIN.COM usr DL-ADMIN@DOMAIN.COM countDistributionList zmprov grr domain DOMAIN.COM usr DL-ADMIN@DOMAIN.COM adminConsoleDLRights
Note:
Replace DL-ADMIN and DOMAIN.COM with the actual Admin user and DOMAIN name.
Submitted by: Heera Singh Koranga |