Email auditing and backup, by date?
May 16, 2006 7:20 PM
Subscribe
I've been asked to set up a mail server for a small company with a specific auditing requirement. How do I insure their requirement "show me all emails from May 30, 2005 to June 30, 2005", for example, is fulfilled?
I need to be able to store copies of all the emails, and these need to periodically get backed up to external media. The backups also need to be stored by date, and easily retrievable by non-computer users in the even of an audit. CD-R's are fine, I think, since mail traffic is low...but how do I do this? Is there a mail server or extension/plugin/feature to an existing server which will do this?
Thanks.
posted by bkudria to computers & internet (4 comments total)
How small is the company? Do they want Linux? Windows? Do you have an existing mail server? What have you researched so far?
There are many ways to fry a turkey, my friend!
* Exchange can do stuff
* Postfix (on Linux) can do this as well
... that will also include Mac OS X.
There's an option called "always_bcc = you@whatever.com" in Postfix that people often use to do stuff like this. All email gets CCd to a particular address, and the mailbox for that address gets backed up.
The more information that you can give us, the better the answers will be.
posted by drstein at 7:25 PM on May 16, 2006