OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: Capture outgoing mail
From: Wietse Venema (wietseporcupine.org)
Date: Tue Aug 08 2000 - 19:45:51 CDT


Nick Rout:
> I have been away from the list for a few months while I concentrated on a
> few other things.
>
> I now want to capture all mail sent by a particular user. forward it to
> another account, put it in a file, whatever, I don't mind, as long as it is
> saved.
>
> Is there an easy way to do this in postfix? BTW this is legit and I am not
> simply spying.

Like many other mail systems, Postfix makes no routing decisions
on the basies of the sender. You'll have to capture all mail
(always_bcc = some_alias) then delete what you don't want.

        Wietse