Re: Email auditing
- From: Preston Kutzner <grdnwsl@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 11 Dec 2007 13:57:10 -0600
On Tue, 11 Dec 2007 11:33:20 -0400
Derek Broughton <news@xxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
Attachment:
signature.asc
Description: PGP signature
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- Follow-Ups:
- Re: Email auditing
- From: Derek Broughton
- Re: Email auditing
- References:
- Email auditing
- From: Karl-Heinz Schulz
- Re: Email auditing
- From: Felipe Figueiredo
- Re: Email auditing
- From: Derek Broughton
- Email auditing
- Prev by Date: Re: Iomega 100 Plus zip drive setup
- Next by Date: ibm-server x335/61x on ubuntu server ?
- Previous by thread: Re: Email auditing
- Next by thread: Re: Email auditing
- Index(es):
Relevant Pages
|