Robert Spraggs <[EMAIL PROTECTED]> wrote:
>I have tried to find some documentation on how to configure a single
>username to be used with multiple domains. an example would be:
>
>[EMAIL PROTECTED] goes to user1
>[EMAIL PROTECTED] goes to user2
>[EMAIL PROTECTED] goes to user3
>
>All domains and users are on one server and are considered local by
>qmail.
No can do. The *only* way to have separate namespaces is to use
virtual domains. (Of course, one can be the real, local domain and the
other two can be virtual.)
>unfortunately if I put the domains in the virtualdomains file than nothing
>is delivered to the local users.
You don't just put the domains in virtualdomains, you also specify a
local address to handle the domain, e.g.:
domain1.com:user1
domain2.com:user2
domain3.com:user3
A message sent to [EMAIL PROTECTED] will be delivered to user1-bill, so
user1 needs either a ~/.qmail-bill or a ~/.qmail-default to catch that
message.
-Dave