Difference between revisions of "Create a delegated admin to manage distribution lists only"
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
<hr> | <hr> | ||
{{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}} | {{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}} | ||
− | |||
====Problem==== | ====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==== | ====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. |
− | |||
Line 31: | Line 29: | ||
|'''Submitted by''': Heera Singh Koranga | |'''Submitted by''': Heera Singh Koranga | ||
|} | |} | ||
− | + | {{Article Footer|ZCS 8.8, 8.7, 8.6, 8.5|2018-08-21}} | |
− | {{Article Footer||}} |
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 |