Re: [Exim] dnslookup and "nomx" option

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Ed Ames
CC: exim-users
Subject: Re: [Exim] dnslookup and "nomx" option
Ed Ames wrote:
> I may have answered my own question, would this work?
>
> internal_hosts:
> driver = manualroute
> transport = remote_smtp
> domains = ${lookup dnsdb{a=$domain}{$value}fail}
> route_list = $domain ${lookup dnsdb{a=$domain}{$value}fail}
>
> The problem I am trying to solve is:
>
> 1) A wildcard mx record exists for an arbitrary server that points to
> me.
> 2) I need to take the message, and forward it on to the intended host
> that is pointed to only by an A record (exim needs to disregard the
> wildcard MX).


internal_hosts
driver = manualroute
domains = list : of : the : special : domains
route_list = * $domain
transport = remote_smtp

Nico