Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Steven D. Leeke on August 05, 2001, 09:00:28 PM

Title: Automatic Outgoing Email Copies
Post by: Steven D. Leeke on August 05, 2001, 09:00:28 PM
I'm running E-smith 4.1.2, which uses qmail.  I'd like to make an automatic copy of all outgoing emails.  Doing this for all incoming emails is simple.  I want the copy to be able to go to any email address, not a log file or an internal address only.

Does anyone know how to do this?

Steve
Title: Re: Automatic Outgoing Email Copies
Post by: guestFF on August 09, 2001, 03:06:38 AM
Hi,

Can you tell us how d you mak a 'easy' copy of incomming e-mails?

Thanks for your help.
Title: Re: Automatic Outgoing Email Copies
Post by: Steven D. Leeke on August 09, 2001, 03:05:06 PM
The standard entry in .qmail-localdelivery-default on the mail server foo1.foo.com is:

| forward $DEFAULT@foo1.foo.com

I've changed it to read:

| forward $DEFAULT@foo1.foo.com copy@foo1.foo.com

This sends a copy of all email delivered to the machine to copy@foo1.foo.com.

I still haven't found an easy way to copy all outgoing emails.

Steve
Title: Re: Automatic Outgoing Email Copies
Post by: guestFF on August 09, 2001, 05:36:38 PM
Thx for the tip.

RequestedDeletion
Title: Re: Automatic Outgoing Email Copies
Post by: guestFF on August 10, 2001, 03:33:48 AM
Is it possible to use fetchmail for this.

I mean to add a archive-account in addition to ' is * here' part (in case of multi-drop)


Just curious....