Hi,
this can be done by adding an entry to smtpd.cfg.
Catch-all users can be defined as:
1) Any unmatched user beginning with a known-string in any domain:
CATCH user*
catchall@domain.com
2) Any unmatched user in a known domain:
CATCH @domain.com
catchall@domain.com
3) Any unmatched user beginning with a known-string in a known domain:
CATCH user*@domain.com
catchall@domain.com
The catchall address can be a Scalix or a unix user *but* it is subject to any
relay rules if the catchall address is outside the local domain.
Cheers,
Sascha
[thx for the verbage, Mark ;-)]