Marc Sherman wrote: > > Well, now I'm stumped. My only guess is that it could be because of the > behaviour documented in 10.14: > http://exim.org/exim-html-4.63/doc/html/spec_html/ch10.html#SECTbehipnot > > Your rroom_senders hostlist does contain a wildcarded hostname, which > requires that the IP address be reverse-resolved before checking against > the list (and thus failing): > > hostlist rroom_senders = +relay_hosts : 217.154.32.202 : DARACH : > 195.224.53.21 : 212.78.66.134 : WOW4WATER_HOST : 209.63.57.143 : > 195.82.99.79 : DEANST_SDSL : MANC_SDSL : TELEHOUSE_EXT : 217.77.187.100 > : *.mail.demon.net : TELEHOUSE_INT : 203.202.1.200 : 203.202.1.199 : > 217.154.32.202 : 125.253.0.193 > > Try adding +ignore_unknown to your list before the wildcarded list (and > possibly at the beginning, if any of those MACROS expand to host names > rather than IP addresses. > > If that doesn't solve the problem, my next suggestion is that you try a > debug run with -bh.
Well, I'm not stumped any more, my guess is confirmed by 10.17: http://exim.org/exim-html-4.63/doc/html/spec_html/ch10.html#SECTmixwilhos The broken reverse DNS is definitely causing the problem. - Marc -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
