I have sender_bcc_maps = pcre:/etc/postfix/conf/sender_bcc
in my postfix
in this file I have rules such as
/foo@bar.tld/ bcchere@bar.tld
Now i need to send blind copy to more than one email. I tried use whitespace and comma as delimeter, but it did not work. What is the solution here? Thank you.
EDIT: The solution is (thx dynax60) to send copy to alias in sender_bcc_maps file. And then set this alias with desired addresses.