Postfix Multiple Sender bcc
I am trying to configure postfix to send mails to multiple email address using sender_bcc, if I send [email protected] it should send a bcc mail to [email protected] as well as [email protected].
Example :
[email protected] ----> [email protected], [email protected] ----> [email protected]
how to configure it?
Solution 1:
I have never actually configured postfix but just found this tutorial and I am not sure if it will help you... the last comment on the site shows using more than one forwarder by separating emails by a comma
Tutorial Link
This page use virtual_alias_maps
instead *_bcc parameter as you proposed in question. So I was wondering if you could bcc to one email and then use postfix virtual to then forward to the addresses you require?
hope that helps