I need to create a distribution list that contains all users. I have more than 1500 users and I can not add them one by one,
I need to create a distribution list that contains all users. I have more than 1500 users and I can not add them one by one,
I would like to do the same, but what does it mean "all" ? Really all accounts? It would be nice can setup all without some accounts. But I think this feature is currently not supported.
I'll do it with zmprov... until zimbra have native support for the new way of specify members.
this feature is currently not supported ????
please help
If my memory serves me correct you can only have up to 1000 addresses in a list. So you will have to create two lists. one with lets say 900 of your addresses and the other with the rest. Now create a third list and put the two list addresses in it.
I'm assuming you are using a Linux based host for your Zimbra. from a terminal on the Zimbra server you need to be root or the zimbra user. Here is how to get a full list of all addresses in a text file using the zmprov command.
/opt/zimbra/bin/zmprov -l gaa $DOMAIN | sort > /tmp/email-list.txt
Substitute $DOMAIN with the domain name of your email. This will create an alphabetically sorted list of all addresses and put it into a text file under /tmp/email-list.txt. Now you can just copy and paste the addresses into the Zimbra web console.
There are currently 1 users browsing this thread. (0 members and 1 guests)