Re: Cc: in qmail

2001-01-25 Thread Matthew Patterson

On Thu, 25 Jan 2001, Jeff Krintila wrote:
I've had a request to see if our qmail system can accommodate the following:

The customer wants to have his individual accounts receive mails addressed
to them, but in addition, he would like to have a copy of mail for specific
accounts cc'd to a "central repository" mail account.

Anyone done this? Can qmail handle this? If so, how-to would be greatly
appreciated!

Thanks in advance,

J

in the .qmail files for those accounts, add a line with the central address on
it

-- 
***
Matthew H Patterson
Unix Systems Administrator
National Support Center, LLC
Naperville, Illinois, USA
***



Re: Cc: in qmail

2001-01-25 Thread Peter van Dijk

On Thu, Jan 25, 2001 at 11:43:26AM -0700, Jeff Krintila wrote:
 I've had a request to see if our qmail system can accommodate the following:
 
 The customer wants to have his individual accounts receive mails addressed
 to them, but in addition, he would like to have a copy of mail for specific
 accounts cc'd to a "central repository" mail account.
 
 Anyone done this? Can qmail handle this? If so, how-to would be greatly
 appreciated!

Put 2 lines in his .qmail file, or on the qmail-start line.

./Maildir/
centralaccount

Where ./Maildir/ is your normal delivery instruction (might be
different for your system) and 'centralaccount' is an account able to
receive mail.

Greetz, Peter.



Re: Cc: in qmail

2001-01-25 Thread Charles Cazabon

Jeff Krintila [EMAIL PROTECTED] wrote:
 I've had a request to see if our qmail system can accommodate the following:
 
 The customer wants to have his individual accounts receive mails addressed
 to them, but in addition, he would like to have a copy of mail for specific
 accounts cc'd to a "central repository" mail account.
 
Create .qmail files for those users which he wants a copy of the mail 
stored for.  Put in the normal delivery instruction (i.e. "./Maildir/"), plus
an additional one "mailstore@localhost").  Then have a file
~alias/.qmail-mailstore which has a delivery instruction to store all this
mail.

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.
---



Re: Cc: in qmail

2001-01-25 Thread Frank Tegtmeyer


 Anyone done this?
Daily.

 Can qmail handle this?
Easily :)

 If so, how-to would be greatly
 appreciated!

Read the dot-qmail man page.
Short recipe:

Put this into ~user1/.qmail :

[EMAIL PROTECTED]
./Maildir/

This will send a copy to the given address and save the message in 
user1's Maildir.

You can make this more intelligent so that centralspy never generates any 
bounces but this does the job.

Regards, Frank