Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
I'm trying to get a list of all users who have a forward setup. I would prefer a way to do this from the command line on the server. I'm sure one of the zm... commands is will do it I just need to know which one and the correct syntax.
Another thing that would be nice is a way to search for an email address in all of the distribution list that is not handled by the zimbra server.
I then created a bash script that has a simple for loop to check the address using the "zmprov ga" command and grep for zimbraPrefMailForwardingAddress.
Still need to figure out the distribution list thing.