Difference between revisions of "Create a delegated admin to manage distribution lists only"
(Created page with "===<h1>Create a delegated admin to manage distribution lists only</h1>=== <hr> <br> <h2>Problem:</h2> What are the steps to create a delegated/domain admin to manage(create/...") |
|||
Line 1: | Line 1: | ||
− | == | + | {{BC|Certified}} |
+ | __FORCETOC__ | ||
+ | <div class="col-md-12 ibox-content"> | ||
+ | =Create a delegated admin to manage distribution lists only= | ||
<hr> | <hr> | ||
− | + | {{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}} | |
+ | {{WIP}} | ||
− | |||
+ | ====Problem==== | ||
What are the steps to create a delegated/domain admin to manage(create/delete) distribution lists and their members. | What are the steps to create a delegated/domain admin to manage(create/delete) distribution lists and their members. | ||
− | + | ====Solution==== | |
− | + | ||
zmprov ca DL-ADMIN@DOMAIN.COM PASSWORD zimbraIsDelegatedAdminAccount TRUE zimbraAdminConsoleUIComponents DLListView | zmprov ca DL-ADMIN@DOMAIN.COM PASSWORD zimbraIsDelegatedAdminAccount TRUE zimbraAdminConsoleUIComponents DLListView | ||
Line 17: | Line 21: | ||
zmprov grr domain DOMAIN.COM usr DL-ADMIN@DOMAIN.COM adminConsoleDLRights | zmprov grr domain DOMAIN.COM usr DL-ADMIN@DOMAIN.COM adminConsoleDLRights | ||
− | + | ||
'''Note:''' | '''Note:''' | ||
Line 24: | Line 28: | ||
− | "Heera Singh | + | {| class="wikitable" style="background-color:#d0f0c0;" cellpadding="10" |
+ | |'''Submitted by''': Heera Singh Koranga | ||
+ | |} | ||
− | + | {{Article Footer||}} |
Revision as of 00:20, 21 August 2018
Create a delegated admin to manage distribution lists only
- This article is a Work in Progress, and may be unfinished or missing sections.
Problem
What are the steps to create a delegated/domain admin to manage(create/delete) distribution lists and their members.
Solution
zmprov ca DL-ADMIN@DOMAIN.COM PASSWORD zimbraIsDelegatedAdminAccount TRUE zimbraAdminConsoleUIComponents DLListView
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 |