Adding the Catch-All Mailbox Alias

To add catch-all mailbox alias for a domain, use the AddCatchall script. Before taking any actions, make sure domain is active and not suspended.

Syntax

/usr/local/bin/AddCatchall
-d|--domain
-u|--user
-f|--forward

where

Note: Arguments mandatory for long options are mandatory for short options too.

Examples

AddCatchall -d test1.com -f test2@test2.com

or

AddCatchall --domain test1.com --forward test2@test2.com

or

AddCatchall -d test1.com -f test2@test2.com,test3@test3.com