Setup a domain catchall account in Zimbra Mail Server
November 14th, 2008 Posted in Mail server
Some times we want to setup a domain catchall account, so that any email not delivered to existing users in our domain will be deliver to that catchall account.
Here are the command to setup a domain catchall account:
su - zimbra
zmprov modifyAccount user@domain.com zimbraMailCatchAllAddress @domain.com
By doing this, if the users “user1@domain.com”, “user2@domain.com don’t exist, and mail arrives for them, the email will be delivered to the catchall account “user@domain.com”.
To remove the catchall from an email account, unset the catchall address:
su - zimbra
zmprov modifyAccount user@domain.com zimbraMailCatchallAddress “”
Related posts:



















