I would be really happy to learn how to make Postfix to "remember" that certain host is unreachable at the moment, so it would be good if we didn't perform any new connection attempts to this host for a while.
I know Postfix is following exponential backoff algorythm for recipients, but can the same idea be applied to recipients' hosts?
Thanks!