<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    <font face="Verdana">Also a sendmail milter called sm-archive is
      good for those kind of rules, you can define that all mail sent or
      received for a domain should be copied to a specified user.<br>
      <br>
    </font><a href="http://www.five-ten-sg.com/sm-archive/">http://www.five-ten-sg.com/sm-archive/</a><br>
    <br>
    Cheers!<br>
    <br>
    Em 04-07-2011 11:21, Gerald Waugh escreveu:
    <blockquote cite="mid:4E119423.5040600@frontstreetnetworks.com"
      type="cite">
      <pre wrap="">Colin Jack wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hello Blues,

</pre>
        <blockquote type="cite">
          <pre wrap="">-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:blueonyx-bounces@mail.blueonyx.it">blueonyx-bounces@mail.blueonyx.it</a> [<a class="moz-txt-link-freetext" href="mailto:blueonyx">mailto:blueonyx</a>-
<a class="moz-txt-link-abbreviated" href="mailto:bounces@mail.blueonyx.it">bounces@mail.blueonyx.it</a>] On Behalf Of Colin Jack
Sent: 01 July 2011 14:05
To: BlueOnyx General Mailing List
Subject: [BlueOnyx:07573] Monitoring mail

We have a client running a BX box for their mail and users using IMAP with
Outlook and OWM.
As part of their compliance requirements they need to have ALL mail from user
mailboxes (received and sent mail) copied to a management mailbox.

Example:

3 users in a department (John, Sue and Bob) dealing with customers.
All mail received and sent by John and Sue to also be copied to Bob.

The inbound mail is simple (.forward) but not sure how to deal with sent mail.

Anybody able to help?

Thanks

Colin

</pre>
        </blockquote>
        <pre wrap="">
Nobody any ideas?

Thanks

Colin


</pre>
      </blockquote>
      <pre wrap="">
I haven't a clue if this will work
found on Internet, several places
and is easy to implement

===================
for outgoing mails you should configure your sendmail
example: in /etc/mail/sendmail.mc write line:
define(`COPYMAIL_MAILBOX',`user@domain')
MAILER(copymail)
recompile (make) and restart sendmail
all outgoing mail will be copied to user@domain
also take a look at <a class="moz-txt-link-freetext" href="http://www.sendmail.org/m4/intro.html">http://www.sendmail.org/m4/intro.html</a>
===================



</pre>
    </blockquote>
  </body>
</html>