Doug McClure <[EMAIL PROTECTED]> wrote:
>Basically, what I am trying to do is to have normal delivery (i.e,,
>[EMAIL PROTECTED], the virtual domain, would get delivered to
>[EMAIL PROTECTED], our primary domain, for all users) excepting specific
>individuals whom [EMAIL PROTECTED] must get forwarded to [EMAIL PROTECTED]
>because there already is someone with that username on our primary domain.
>
>... But from the docs on Qmail it looks as if I put
>
>domain1.com:domain1com
>
>In virtualdomains
>
>and make ~alias/.qmail-domain1com-user
>
>&[EMAIL PROTECTED]
>
>Then I have to figure out what to do with the *rest* of the users at
>domain1.com, and if I create ~alias/.qmail-domain1com it may even screw up
>delivery for this one. Or am I way off base here?

You can handle the rest of the domain1.com users by creating a
~alias/.qmail-domain1com-default. E.g., to forward them elsewhere:

    |/var/qmail/bin/forward "$LOCAL"@domain2.com

-Dave

Reply via email to