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?

link|improve this question

43% accept rate
feedback

1 Answer

up vote 4 down vote accepted

RTFM for virtual. Put all your addresses on the same line separated by commas.

test@domain.com bob@me.com,bob2@me.com

Should do the trick.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.