The router and the transport as requested:
uucp_route:
driver = manualroute
domains = ! +local_domains
route_list = * tsfmail.tsf.co.za byname
transport = uucp
no_more
uucp:
driver = pipe
command = "/usr/bin/uux -r -gC - '${host}!rmail ${local_part}@${domain}'"
return_fail_output
user = uucp
The problem isn't with uux, Exim is doing the lookup (for the MX record
of the recipient's domain).. And I just want to stop that from
happening, since it will invoke a dialup and since exim won't be
delivering the mail itself anyway..
Thanks,
-AL.