Re: Email auditing



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


Relevant Pages

  • Re: Email auditing
    ... Derek Broughton wrote: ... An MDA (Mail Delivery Agent). ... it will come with documentation full of examples of common ... I'm _fairly_ sure (keeping in mind that I don't use Postfix!) that you can ...
    (Ubuntu)
  • Re: Email auditing
    ... Derek Broughton wrote: ... An MDA (Mail Delivery Agent). ... it will come with documentation full of examples of common ... you can do that through postfix. ...
    (Ubuntu)
  • Re: Problem with Google Mail and Ubuntu
    ... On Mon, July 13, 2009 16:56, Derek Broughton wrote: ... That's a rather odd assertion. ... Postfix certainly _does_ receive mail. ... IMAP = Courier IMAP or POP ...
    (Ubuntu)
  • Re: Problem with Google Mail and Ubuntu
    ... On Sun, July 12, 2009 06:20, Derek Broughton wrote: ... listens on port 25 and the interfaces you specify. ... an Internet-connected interface, then it can indeed receive mail. ... but what I wanted to say with the statement is that Postfix ...
    (Ubuntu)
  • RE: Dovecot versus Postfix
    ... I hope you see all the postfix pages -- about 50 of them on my system ... error - Postfix error/retry mail delivery agent ... mysql_table - Postfix MySQL client configuration ... proxymap - Postfix lookup table proxy server ...
    (Ubuntu)