Email auditing
Preston Kutzner
grdnwsl at marketingresources.com
Tue Dec 11 19:57:10 UTC 2007
On Tue, 11 Dec 2007 11:33:20 -0400
Derek Broughton <news at pointerstop.ca> wrote:
> Felipe Figueiredo wrote:
>
> > Em Monday 10 December 2007 15:06:29 Karl-Heinz Schulz escreveu:
> >> I want that all incoming and outgoing email for a particular user is cc:
> >> into another mail box.
> >> What is the best way to accomplish that?
> >> Which tools should I use?
> >
> > An MDA (Mail Delivery Agent). The most common are procmail and maildrop.
> > There are manu tutorials over the web, and if you install one of them, it
> > will come with documentation full of examples of common configurations.
>
> With postfix, can't you do that in /etc/aliases?
Yes, you can do that through postfix. Here's a run-down on how to do it:
add the following to /etc/postfix/main.cf:
sender_bcc_maps = hash:/etc/postfix/sender_bcc
recipient_bcc_maps = hash:/etc/postfix/recipient_bcc
In sender/recipient_bcc:
<dest_address> <cc_address>
Run postmap on both those files, then run postfix reload
> --
> derek
>
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20071211/a4d8e71e/attachment.sig>
More information about the ubuntu-users
mailing list