A distribution list is a group of email addresses contained in a list with a common email address. When users send to a distribution list, they are sending the message to everyone whose address is included in the list. The address line displays the distribution list address; the individual recipient addresses cannot be viewed. Only administrators can create, change, or delete distribution lists.
Syntax:
Syntax:
zmprov cdl dlname@domainname
Example
$ zmprov cdl mail2all@example.com
Add account in Distribution list(DL)
Syntax
zmprov adlm dlname@domainname membername@domainname
Example:
zmprov adlm mail2all@example.com shahzad@example.com
Create DL in zimbra and add all account in their list
$zmprov cddl mail2all1@example.com memberURL 'ldap:///??sub?(&(objectClass=zimbraAccount)(ZimbraAccountStatus=active))' zimbraIsACLGroup FALSE
Create DL in zimbra and add all account in their list
$zmprov cddl mail2all1@example.com memberURL 'ldap:///??sub?(&(objectClass=zimbraAccount)(ZimbraAccountStatus=active))' zimbraIsACLGroup FALSE
Get all Distribution list
$ zmprov gadl
Get Distribution list (DL) member of account list
$ zmprov gdlm mail2all@example.com
# distributionList mail2all@example.com memberCount=1
members
shahzad@example.com
Remove/Delete DL member
$ zmprov rdlm mail2all@example.com shahzad@exmaple.com
Rename Distribution List in Zimbra
Syntax:
zmprov rdl oldname@example.com newname@example.com
Example:
zmprov rdl mail2all@example.com staffall@example.com
Remove/Delete DL member
$ zmprov rdlm mail2all@example.com shahzad@exmaple.com
Rename Distribution List in Zimbra
Syntax:
zmprov rdl oldname@example.com newname@example.com
Example:
zmprov rdl mail2all@example.com staffall@example.com
0 comments:
Post a Comment