On Tue, 2015-02-17 at 13:38 -0600, ricky gutierrez wrote: > this solution looks cool , I was thinking of putting another server > with a specific account and through transport map from the gw send > e-mail server to another server with a specific account. > > I was looking for how to handle this with postfix > The Postfix 'always_bcc' directive writes copies of all incoming and outgoing e-mail to a mail user you'd set up to receive that mail stream. I use it to feed my mail archiving system, but of course you can do pretty much anything you want with it.
Martin