On Thu, Mar 02, 2000 at 03:10:15PM +0000, Jim Cheetham wrote:
> However, today all I'm getting for these users are lookup failures :-
> $ /usr/exim/bin/exim -bt user@othermachine
> user@othermachine cannot be resolved at this time:
> host lookup did not complete
It looks like a DNS problem rather than an Exim or networking problem.
One way you might insulate yourself a bit from this... especially if you
know othermachine.domain.name is a single host with a constant IP address
would be to add a router that syphons off those addresses and uses the
IP address directly.
other:
driver = domainlist
domains = "othermachine.domain.name"
transport = remote_smtp
routelist = "* 10.10.1.2 byname"
--
Jim Tittsler, Tokyo
Python Starship http://starship.python.net/crew/jwt/