Is there any way to list all of the catchall accounts we have setup on zimbra cs?
Printable View
Is there any way to list all of the catchall accounts we have setup on zimbra cs?
This should do the trick (from http://www.zimbra.com/forums/users/1...tch-all-2.html).
/opt/zimbra/bin/zmprov getalldomains | while read DOMAIN ; do /opt/zimbra/bin/zmprov getdomain ${DOMAIN} zimbraMailCatchAllAddress ; done
Thanks
The output says:
zimbraMailCatchAllAddress: @domain.com
so it basically says there is one, but it doesn't give me the whole address.
Thanks
The output says:
zimbraMailCatchAllAddress: @domain.com
so it basically says there is one, but it doesn't give me the whole address.
Ok I was able to get this using the "zmprov ga blank@domain.com" command. I had to query each individual user, but at least it works.