I have the following postfix virtual
file:
test@domain.com bob@me.com
This correctly forwards all emails to test@domain.com
to bob@me.com
However I would like to forward these emails to bob2@me.com
as well.
I tried this change and it does not seem to work:
test@domain.com bob@me.com
test@domain.com bob2@me.com
How do I tell postfix to forward all emails to multiple recipients?