Ralf Hildebrandt:
> * Vladislav Antolik <[email protected]>:
> > Hello,
> >
> > I have the same problem, but I don't want to use MX lookup.
> > Is there any possibility to do it?
>
> Only with MX lookups
And with (smtp_)fallback_relay.
/etc/postfix/main.cf:
transport_maps = hash:/etc/postfix/transport
/etc/postfix/transport:
example.com: smtp_example:[4.3.2.1]
/etc/postfix/master.cf:
smtp_example unix - - n - - smtp
-o fallback_relay=[1.2.3.4]
If you can't make it work, send mail to the list, see also
http://www.postfix.org/DEBUG_README.html#mail as suggested in the
mailing list welcome message.
Wietse