Jeff,
Thanks for the comeback. I edited the config.default file after a grep
it never contained what you told me to add...
here is what i added and the results.
send_to_gateway:
driver = domainlist
route_list = "* smtp.isp.com byname"
netsaint#exim
error blah blah transport_local_delivery: cannot find transport driver
"domainlist" in line 232.
Is this domainlist a file in /etc/mail or ?? i am thouroughly confused
could you show me a full config file ? How does it know what is in
domainlist is there a default location that a file domainlist should
be? like /usr/local/etc/domainlist
#cat /usr/local/etc/domainlist
lame.com
#
like that?
Thanks. :-/
Jeffrey Goldberg wrote:
> [mailed and posted]
>
> On Sun, 22 Jul 2001, matt wrote:
>
>> [...] Basically i want to use Exim for an
>> internal mail server and have exim pass out all external mail. There is
>> just one domain name.
>>
>
> This should be very simple. Put your local domain name in local_domains
> and for your first router in the router section use something like
>
> send_to_gateway:
> driver = domainlist
> route_list = "* isps.gateway.hub byname"
>
> which basically says pass everthing to any domain to isps.gateway.hub.
> But things for your local domain won't get passed because routers don't
> touch things that match what's in local_domains.
>
>> It should be fairly easy yet i haven't goetten anything working at
>> all.
>>
>
> What have you tried. I strongly suspect that there is something like
> this in the FAQ (but I'm not connected at the moment).
>
> -j
>
>