On Thu, 27 Apr 2000, Duncan Bennett wrote:
> Further, is anyone is doing this already, I'd be very grateful for a peek
> at a client's configuration file to compare against my hacked about
> version...
# Exim configuration to send all mail to hammer.thor.cam.ac.uk.
# Mail should only be received from local processes - it should not
# be listening for SMTP.
qualify_domain = thor.cam.ac.uk
local_domains =
end
# Transports - only delivery is to hammer.thor.
remote_smtp:
driver = smtp
end
# Directors - none needed because no local delivery.
end
# Routers - send everything to hammer.thor.
domainlist:
driver = domainlist
transport = remote_smtp
route_list = * hammer.thor.cam.ac.uk bydns_a
end
# Retry - keep trying frequently until hammer.thor comes up
* * F,4d,15m
end
# Rewrite rules - none specified
end
# End of Exim configuration
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.