configuring dns/sendmail for two different servers
Gregory Shapiro
gshapiro at freebsd.org
Wed Apr 1 18:18:24 PDT 2009
> I was aware of that but wanted a "default" alias for any addr/alias that
> does not exist to send to gmail and alias(5) does not allow for wild
> cards and/or defaults it seems
You can add this to your .mc file:
define(`LUSER_RELAY', `local:unknownuser')
and then alias 'unknownuser' to the address you wish.
Alternatively, you can use FEATURE(`virtusertable') for your domain.
More information about the freebsd-hackers
mailing list