Hello,
I have a Postfix server running with Cyrus. Let's say my domain is test.com. I want to be able to send a BCC (or CC) to my job email when an email is received by user
tom@test.com.
So each time Postfix received a message for
tom@test.com, I want a copy sent to
jerry@otherdomain.com.
How do I do this?
Thanks all.