Charles Cazabon <[EMAIL PROTECTED]> wrote:

>This is the way to do it.  What you could do is make a domain virtual,
>and create a couple of .qmail files to handle it.  In virtual domains,
>do
>
>  defaultdomain:alias-defaultdomain
>
>then have ~alias/.qmail-defaultdomain-jim, which forwards to two
>addresses, and ~alias.qmail-defaultdomain-default, which just contains
>
>  |forward "$DEFAULT"@otherdomain
>
>where otherdomain is an alias that will get the mail to the right MTA,
>either through an MX record, or an entry in smtproutes.

Better yet, make a virtual user. Put:

jim@defaultdomain:alias-defaultdomain

in control/virtualdomains and create ~alias/.qmail-defaultdomain-jim
as above. No need for ~alias/.qmail-defaultdomain-default.

-Dave

Reply via email to