On 2008-09-17 at 21:24 -0700, Mike Grayver wrote: > I have this problem because reverse DNS is broken ( the DNS query > returns SERVFAIL ) for one of subnets and it takes 30sec for Exim to > timeout and generate SMTP prompt. > Is it possible configure EXIM don't do reverse DNS for some IP > addresses.
Yes. Change host_lookup in the main section of the config to not be '*' but instead some other host list which excludes the netblocks of interest. -Phil -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
