only_use_best_mx_for_relay_domains
Name
only_use_best_mx_for_relay_domains — If this is set to true, only the lowest numerical priority MXs are used when sending to domains listed in bounce_domains or relay_domains.
Synopsis
only_use_best_mx_for_relay_domains = false
Description
When only_use_best_mx_for_relay_domains is set to true, only the lowest numerical priority MXs are used when sending to domains listed in bounce_domains or relay_domains; others are ignored. If this value is set to false, all MXs will be used. The default value is true (however, this option is typically set to false in the default ecelerity.conf file). We suggest setting this to false if you use the routes option.
Note
The relay_domains value that interacts with only_use_best_mx_for_relay_domains is the one set in the global scope; any relay_domains set in pathway scopes will not be affected.
Scope
only_use_best_mx_for_relay_domains is valid in the global scope.