Link to home
Start Free TrialLog in
Avatar of BrettskiWork
BrettskiWork

asked on

Sendmail configuration question (or other mail system if more appropriate)

Hi,

I want to setup a sendmail or another similar open source mail system for either side of gmail business edition.

I want to do this to keep a copy of all outbound / inbound email delivered to and from gmail for business policy purposes.

Any ideas on how I do that? google supports this by use of gateway on the outbound side, so all I need to do is work out how to configure the mail servers.

Many thanks,

b
Avatar of BrettskiWork
BrettskiWork

ASKER

sorry and I should mention its on ubuntu 8.04
ASKER CERTIFIED SOLUTION
Avatar of jar3817
jar3817

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
so all forward mail keeps a copy on the server as well? Even if its just relayed through?
It'll log it (to, from, msgid, etc), but it's not going to keep a copy of the actual message. You'll need to hack something together for that. If you know perl you can use mimedefang as a sendmail milter and write a function to make a copy of the msg and store it locally.