Koozali.org: home of the SME Server

Automatic Outgoing Email Copies

Steven D. Leeke

Automatic Outgoing Email Copies
« 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

guestFF

Re: Automatic Outgoing Email Copies
« Reply #1 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.

Steven D. Leeke

Re: Automatic Outgoing Email Copies
« Reply #2 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

guestFF

Re: Automatic Outgoing Email Copies
« Reply #3 on: August 09, 2001, 05:36:38 PM »
Thx for the tip.

RequestedDeletion

guestFF

Re: Automatic Outgoing Email Copies
« Reply #4 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....