Andrew Hodgson:
> Hi,
>
> I am trying to find the answer whether Postfix will support multiple
> smarthosts - i.e, sending to specific smarthosts, and if one fails, it
> will try to send to the next one in the list, or will just use any
> smart host in the list without issue?
relayhost = [one.example.com]
smtp_fallback_relay = [another.example.com]
The [] suppress MX record lookups.
Wietse
> I have found several examples of using smart host routing based on
> destination domain, but this is not what I want to do.
>
> Thanks.
> Andrew.
>
>
>