>Хотелось бы реализовать такую схему: Postfix пытается вначале отправить почту на MX
>домена получателя, если попытка не удалась, то пытается отправить через
>другой релей, и т.д.
>
>Интересуюсь не рассылки спама ради, а для гарантированной доставки почты своих
>юзеров.
Это решается созданием нескольких MX записей в ДНС для оконечного хоста, мое ИМХО, это должно больше волновать админа с той стороны, а не с твоей.
# The relayhost parameter specifies the default host to send mail to
# when no entry is matched in the optional transport(5) table. When
# no relayhost is given, mail is routed directly to the destination.
#
# On an intranet, specify the organizational domain name. If your
# internal DNS uses no MX records, specify the name of the intranet
# gateway host instead.
#
# In the case of SMTP, specify a domain, host, host:port, [host]:port,
# [address] or [address]:port; the form [host] turns off MX lookups.
#
# If you're connected via UUCP, see also the default_transport parameter.
#
#relayhost = $mydomain