[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Getting exim to work with bellsouth
- Subject: [ale] Getting exim to work with bellsouth
- From: dcorbin at machturtle.com (David Corbin)
- Date: Mon, 26 Jun 2006 17:45:01 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
On Saturday 24 June 2006 05:22 am, Jim wrote:
> I found an old post on the ale list that gave me the following config to
> add to the exim configuration file.
> send_to_gateway:
> #driver = dnslookup
> driver = manualroute
> domains = ! +local_domains
> transport = remote_smtp
> #ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
> route_list = * mail.bellsouth.net
Tha'ts just a hair different from mine. My last line is:
route_list = * mail.bellsouth.net byname
David