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/...") |
|||
(2 intermediate revisions by one other user not shown) | |||
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}}|}} | |
− | |||
− | What are the steps to create a delegated/domain admin to manage(create/delete) distribution lists and their members | + | ====Problem==== |
+ | What are the 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 component. | ||
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 | ||
− | |||
zmprov grr domain DOMAIN.COM usr DL-ADMIN@DOMAIN.COM adminConsoleDLRights | zmprov grr domain DOMAIN.COM usr DL-ADMIN@DOMAIN.COM adminConsoleDLRights | ||
− | |||
'''Note:''' | '''Note:''' | ||
− | Replace DL-ADMIN and DOMAIN.COM with the actual Admin user and DOMAIN name. | + | Replace '''DL-ADMIN''' and '''DOMAIN.COM''' with the actual Admin user and '''DOMAIN''' name. |
− | |||
− | |||
− | |||
− | + | {| class="wikitable" style="background-color:#d0f0c0;" cellpadding="10" | |
+ | |'''Submitted by''': Heera Singh Koranga | ||
+ | |} | ||
+ | {{Article Footer|ZCS 8.8, 8.7, 8.6, 8.5|2018-08-21}} |
Latest revision as of 08:22, 5 June 2020
Contents
Create a delegated admin to manage distribution lists only
Problem
What are the 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 component.
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 |