| Subcribe via RSS

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 “”

Be Sociable, Share!

Related posts:

  1. Error changing default domain COS in Zimbra
  2. Only USD2.2, you can host a blog with your own domain name
  3. Frequently Used Zimbra CLI
  4. Fetchmail for DomainPOP
  5. Releasing quarantined emails in Zimbra

Leave a Reply