Re: [vchkpw] using valias

2003-02-10 Thread Jonas Pasche
Hi Joshua,

 We used qmail with fastforward before.  We had an entry in
 our /etc/aliases file like this:
 
 [EMAIL PROTECTED]:  employee1, boss, supervisor
 [EMAIL PROTECTED]:  employee2, boss, supervisor
 [EMAIL PROTECTED]:  boss
 [EMAIL PROTECTED]: supervisor
 
 Question:
 
 How do I duplicate this using valias?  I did this using .qmail-employee1
 etc.
 But I want to be able to do this using valias - how?

Assuming you have created somecompany.com as a vpopmail domain:

valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]

valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]

(Entering just valias would have shown usage information.)

You don't need aliases for boss and supervisor. Just create them as
vpopmail users, and they'll receive mail.

Jonas






[vchkpw] using valias

2003-02-02 Thread Joshua L. San Juan
Hi,

We used qmail with fastforward before.  We had an entry in
our /etc/aliases file like this:

[EMAIL PROTECTED]:  employee1, boss, supervisor
[EMAIL PROTECTED]:  employee2, boss, supervisor
[EMAIL PROTECTED]:  boss
[EMAIL PROTECTED]: supervisor

Question:

How do I duplicate this using valias?  I did this using .qmail-employee1
etc.
But I want to be able to do this using valias - how?


Thanks in advance.