On Sat, 11 Jun 2005, Justin Richer wrote: > > dnslookup: > driver = dnslookup > domains = ! +local_domains > transport = remote_smtp > ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8 : [host ip]/32 > no_more
Your bug is that you've put your mailserver's IP address in the ignore_target_hosts list. This takes effect before the RFC 974 routeing logic which ensures that email is never routed from a secondary to a tertiary MX. RFC 974 deals with the mail server's own IP address automatically, so you should not try to handle it yourself. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## 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/
