>
> Router:
>
> sqlserve_route:
> driver = manualroute
> domains = +sqlserve_domains
> transport = remote_smtp
> route_list = * 62.8.64.11
> no_verify
> no_more
>
> The remote_smtp transport is just the default one:
>
> remote_smtp:
> driver = smtp
>
>
> Why do I still see the following in the mainlog?
>
> 2006-06-16 16:49:52 lowest numbered MX record points to local host:
> flexopac.com (while verifying <XXXX@???> from host
> (mx.jamboworld.com [212.49.70.10])
>
>
> Doesn't this suggest that Exim is doing some lookup? How do I stop
> it from doing that?
>
The clue is in the mainlog entry when it says "while verifying", I suspect. Are
you running recipient verification ? If so, notice the 'no_verify' directive in
your router. Does that explain things ?
John