https://bugs.exim.org/show_bug.cgi?id=1787
Robert Richmond <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Robert Richmond <[email protected]> --- I had the same problem sending to AOL addresses. Their greylisting setup recorded attempts to deliver immediately to multiple MX hosts for the same domain after one of them returns a temporary rejection code as being "spammy," even though that's perfectly reasonable behavior. I worked around it by setting: hosts_max_try = 1 ... in my SMTP transport config. That makes it so that if one server in an MX list temporarily rejects your mail, it won't immediately retry on a different MX. It'll queue it, as some greylisting hosts seem to require. -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
