View Single Post
  #8 (permalink)  
Old 07-27-2008, 09:19 AM
phoenix phoenix is online now
Zimbra Consultant & Moderator
 
Posts: 19,650
Default

You can use zmprov to list the aliases for an account:
Code:
zmprov ga account@yourdomain.com | grep zimbraMailAlias
you'd have to script the add but you can do it with zmprov:

Code:
addAccountAlias(aaa) {name@domain|id} {alias@domain}
__________________
Regards


Bill
Reply With Quote