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
-
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
-
Hi,
Can you tell us how d you mak a 'easy' copy of incomming e-mails?
Thanks for your help.
-
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
-
Thx for the tip.
RequestedDeletion
-
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....