Eric Walters <[EMAIL PROTECTED]> wrote:
> 
> Problem #1
> 
> Hosting multiple domains with individual POP3/SMTP mail accounts.
> Lets say there are 5 email accounts per domain with each having its own
> username/password.
> I need to setup an [EMAIL PROTECTED] and an [EMAIL PROTECTED]
> For [EMAIL PROTECTED] I want this to deliver to [EMAIL PROTECTED] and
> [EMAIL PROTECTED] to deliver to [EMAIL PROTECTED]
> 
> I am using the virtualdomains file in the [EMAIL PROTECTED]:username
> format for each individual mail user.
> 
> I have attempted to setup an alias file to do this, but an .qmail-info will
> send [EMAIL PROTECTED] or [EMAIL PROTECTED] to the same person.

You need something like this instead:  in virtual domains, put the following
lines:

info@virtualdomain1:user1
info@virtualdomain2:user2

Then, in user1's home directory, create a file .qmail-info which contains
delivery instructions for the info@virtualdomain1 account.  See the manual
page for dot-qmail for details.  Set up a similar file in user2's directory.
 
> Problem #2
> 
> I want to setup the same example above except that I want to map an
> [EMAIL PROTECTED] to an actual username like infodomain3.

Add the following line to virtualdomains:

[EMAIL PROTECTED]:infodomain3

This user will also need a .qmail-info file.
 
Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------

Reply via email to