Hi, We suspect that an user is sending illicit material for another company. How can we automatically BCC: All sent and recieved e-mail from this user to the administrator mailbox?
I don't think we'd really have any control for outbound emails from users because they could do it from anywhere. But for inbound messages, on the mail server, you can create a .forward file under the user's home dir and enter the following in the file.
username, root
It should automatically forward a copy of whatever the user sends out to the root mailbox as long as the user and the root are on the same box, though you could replace the user root with root@domain.com it it's on another box.
Hope this help, anyone is welcome to correct me if I made a mistake.
It's basically a content filter which is based on test conditions to block or allow email messages in/out. It should work as long as the user is sending stuff out inside your company's firewall.
Here's the link.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.