Hi All,
I was wondering if is it possible via Postfix only to skip to connect to
some remote MX, by its dns name.
Let's say domain "example.com" has 3 MX records: mx1.example.com,
mx2.example.com, mx3.example.com of equal priority (to make things easier).
I'd like Postfix to always skip mx3.example.com, and keeping valid any
other MX (in this case mx1 and mx2) associated to example.com domain.
Only solution I found so far is to put bogus entries in /etc/hosts of
the Postfix machine for mx3.example.com
Am I wrong or there's a better solution?
Thanks in advance,