user therion <grendelkeep2004@???> wrote:
> hello,
> how can i disabled the dnslookup for remote_smtp?
> i want to send mail from host1 to host2 in my dmz.
> on both exim is running.
> on host1 i configure a smart host:
> smart_route:
> driver = manualroute
> domains = !+local_domains
> transport = remote_smtp
> route_list = * host2.domain.tld
> no_more
>
> router dnslookup is commented out
>
>
> and in /etc/hosts
> xxx.xxx.xxx.xxx (local.ip) host2
>
> whats wrong? when exim from host1 sends email, it
> makes a dnslookup!
http://www.exim.org/exim-html-4.40/doc/html/spec_20.html#IX1688
From the docs for route_list:
route_list = * host2.domain.tld byname
Peter