OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Transport Maps

From: Linux Addict (linuxaddict7gmail.com)
Date: Tue Jul 21 2009 - 10:53:52 CDT


I have a postfix MTA server running. I was asked to setup relay mail to a
specific domain thru MX record.
Domain - Example.com
An A record smtp.example.com
MX Records smtp.example.com - smtp1.example.com and smtp2.example.com.

In simple, When I send a mail to example.com, postfix must send the mail
to the MX records of smtp.example.com.

I tried using transport maps, "example.com :[smtp1.example.com]" and
 " example.com smtp:[smtp1.example.com], but of them didn't use
smtp.example.com.

Please help me set this one up.

~LA