I need help configuring a new postfix email relay server. The server needs to accept email from one domain, but based on the end user mailbox send the email to one of two server. As in
bob@example.com should go to our MS exchange server at
bob@example.com
but,
joe@example.com needs to go to another serever at
joe@emailtest.com
I know that i can use virtual_alias_maps to change
joe@example.com to
joe@emailtest.com but i cant get the mail to be sent.
Any help would be appreciated.