cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1213
Views
0
Helpful
1
Replies

Long Time Archive of all Emails

ccr_cisco
Level 1
Level 1

Hello,

I need to archived all emails going through the ironport gateways. For this purpose I'd like to use an linux dedicated archive box. This box needs to receive a copy of all email going thrue ironport. My question is :

How on ironport can I duplicate the mail to 2 mailhost. (Putting to mailhost on smtp route doesn't work because it's treated in a round-robin fashion.)

Thanks for your idea.

Regards.

1 Reply 1

mychrislo
Level 1
Level 1

You can configure a filter following something like this

http://tinyurl.com/ylrrjcf

to bcc to a remote mta with a fixed mailbox. You just need not to include rule with specific rcpt.

But in my opinion, you should just archive it and let your linux box to scp the archive file regularly. They are nicely stored in mbox format and rotated. As long as you copy the archive soon enough, you wont miss any mail.

i.e.

Log-Alan-All-Mail:
if (recv-listener == "InboundMail"){
  archive("all-outgoing-mail");
}

Chris