Hi,
I have three domains, target.com, alias1.com, and alias2.com and wanted to define a catchall for all three domains to one account. So I did
Code:
zmprov modifyAccount user@target.com zimbraMailCatchAllAddress @target.com
zmprov modifyAccount user@target.com zimbraMailCatchAllAddress @alias1.com
zmprov modifyAccount user@target.com zimbraMailCatchAllAddress @alias2.com
However, it looks like only the last config is considered. More formally, an account can be a catchall for exactly one domain. This is odd, as one would expect that one catchall can be defined for each domain, thus an account can be the target for multiple catchall-domains.
It works fine for me when this is done via alias domains. However there might be scenarios where it doesn't work out.