LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Postfix configuration help needed! (https://www.linuxquestions.org/questions/linux-software-2/postfix-configuration-help-needed-730417/)

Drifter 06-03-2009 10:22 AM

Postfix configuration help needed!
 
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.

billymayday 06-04-2009 04:37 AM

You could use transport maps more easily. See www.postfix.org, and look for all main.cf parameters under documentation, then transport_maps.

Drifter 06-05-2009 09:41 AM

Thanks for the help, but i was able to figure it out! I'm using transport_maps to redirect users based on the rcpt domain name.


All times are GMT -5. The time now is 03:02 PM.