Thomas Haberland <[EMAIL PROTECTED]> wrote:

>Sample:
>       mail.one.com    (users A, B, C)
>       mail.two.com    (users D, E, F)
>       mail.three.de   (users G, H and A, D)
>
>Of course a mail to "[EMAIL PROTECTED]" is not allowed, and so on. Any mail domai
>has it own user base.
>
>Qmail is installed and seems to run fine. But no matter what I tried I ca
>send mail to user A in any configured domain, not only to [EMAIL PROTECTED]

Make two or all three of the domains virtual. Right now, you're
trating them all as local (in control/locals) so they share the same
username space. If you, for example, remove mail.two.com from locals
(but leave it in rcphosts) and add line to control/virtualdomains
like:

  mail.two.com:alias-two

Then ~alias/.qmail-two-d, ~alias/.qmail-two-e, ~alias/.qmail-two-f,
etc. can be used to file or redirect mail to [EMAIL PROTECTED], etc.

-Dave

Reply via email to