Keven Jones wrote:
> 
> Hi all,
> 
> Quick one.
> 
> I have a client who has 4 different email accounts for 4 different
> employees.
> 
> He has requested that if someone sends email to any of the 4 he would like
> to be copied as well. So if someone sends an email to [EMAIL PROTECTED] , it
> goes to [EMAIL PROTECTED] and [EMAIL PROTECTED] as well. How can I accomplish
> this.

Let qmail-local do it for you. All you need to know is the Maildir
location for each of the 4 users and the main account.

lets say that [EMAIL PROTECTED] Maildir is:
/home/vpopmail/domains/xyz.com/sales/Maildir/

and the [EMAIL PROTECTED] Maildir is:
/home/vpopmail/domains/xyz.com/president/Maildir/

Then create a .qmail-sales file in 
/home/vpopmail/domains/xyz.com 
make sure it is owned by vpopmail/vchkpw and
is read/write only by vpopmail

Then put the following two lines in the file:
/home/vpopmail/domains/xyz.com/sales/Maildir/
/home/vpopmail/domains/xyz.com/president/Maildir/

qmail-local will detect that file and write a copy of the
email into the two maildirs.

Ken Jones

Reply via email to