Difference between revisions of "HowTos/Creating a Catchall"
From Scalix Wiki
(No difference)
|
Revision as of 08:32, 9 August 2006
Catch-all rules can be added to the top half of the Scalix smtpd.conf file (/var/opt/scalix/sys/smtpd.conf). Once you have made these changes, restart the Scalix SMTPD Relay.
- Any unmatched user beginning with a known-string in any domain:
CATCH user* catchall@domain.com
- Any unmatched user in a known domain:
CATCH @domain.com catchall@domain.com
- Any unmatched user beginning with a known-string in a known domain:
CATCH user*@domain.com catchall@domain.com