Is there any way to list all of the catchall accounts we have setup on zimbra cs?
Is there any way to list all of the catchall accounts we have setup on zimbra cs?
This should do the trick (from catch all?).
/opt/zimbra/bin/zmprov getalldomains | while read DOMAIN ; do /opt/zimbra/bin/zmprov getdomain ${DOMAIN} zimbraMailCatchAllAddress ; done
Last edited by phoenix; 09-30-2012 at 04:21 AM. Reason: fixed url
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)