How to modify bulk distribution list owners?

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
jackyho
Posts: 12
Joined: Wed Sep 12, 2018 6:11 am

How to modify bulk distribution list owners?

Post by jackyho »

Hi All,

I've created a bulk distribution list. Now, I wish to add abc@example.com to all distribution list as distribution list owners. Is there any way to archive that via command line?

Thanks
User avatar
DualBoot
Elite member
Elite member
Posts: 1326
Joined: Mon Apr 18, 2016 8:18 pm
Location: France - Earth
ZCS/ZD Version: ZCS FLOSS - 8.8.15 Mutli servers
Contact:

Re: How to modify bulk distribution list owners?

Post by DualBoot »

Hello
here is a sample code :

Code: Select all

zmprov mdl ${distListName} +zimbraACE '${zimbraAccountIdOwnerList} usr ownDistList'
And now just use "while" to do the job.
Post Reply