On 11/03/25 16:58, Wietse Venema wrote:
Instead do this:
virtual_alias_maps:
# alias the recipient
user1@domain1.example user2@domain2.example
# Add user2's BCC addreses
user2@domain2.example user2@domain2.example, user3@domain3.example,
user4@domain4.example
This will alias user1@domain1.example to user2@domain2.example,
AND ALSO BCC all mail for user2@domain2.example to user3@domain3.example
and user4@domain4.example.
The trick is in the second rule: to add multiple BCC addresses for
user2@domain2.example, list user2@domain2.example on both sides of
the virtual_alias_maps rule.
I just tried and it works flawlessly, thanks!
Also with this example I understood what I was doing wrong.
Thanks again for your patience and your time.
Gioele
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org