http://www.zimbra.com/products/NE_Ad...line.14.2.html
You can set attributes of a list with 'mdl'. For example:
Code:
$ zmprov mdl all@$DOM displayname 'All Employees'
If you don't know what attribute to set, then go into the GUI and set it then pull it out of LDAP to learn the attribute name.
Code:
$ zmprov gdl all@$DOM
# distributionList all@dom.ain memberCount=1
cn: All Employees
displayName: All Employees
mail: all@dom.ain
objectClass: zimbraDistributionList
objectClass: zimbraMailRecipient
uid: sysplan
zimbraId: 0000-0000-0000-0000
zimbraMailAlias: all@dom.ain
zimbraMailForwardingAddress: me@dom.ain
zimbraMailStatus: enabled
Then go back to zmprov mdl.