Is there an easier way to forward email, in postfix, from a user to one domain for the user without listing every domain and user name?
Example: send all of user joe's email to joe@somewhere, in which there are mulitple domains other than "somewhere".
Usual Given Example-
/etc/postfix/virtual:
joe@example.com joe@somewhere
jane@example.com jane@somewhere-else
Can you do something like:
joe@ joe@somwhere
jane@ jane@somewhere
so every email of joe's goes to the somewhere domain, and every email of jane's goes to the email domain.
I'm looking for an easier way to forward email, verses having (ex) 50 different lines for 5 users and 10 domains.
I hope this makes sence.
Thanks.