Re: [EXIM] Directing all the mail to my ISP

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: fjruiz
CC: Exim users
Subject: Re: [EXIM] Directing all the mail to my ISP
On Wed, 19 Nov 1997 fjruiz@??? wrote:

> Hi,
>
>     I would like my internal mail server to address all the external
> mail to my ISP mail server, so my mail server won't have to get more
> than one connection, that is, I want to use my ISP mail server as an
> outgoing gateway.

>
>     Could you give me some help?  I tried the following

>
> send_to_gateway:
> driver = domainlist,
> route_list = "* mail.bme.es";


Try

send_to_gateway:
driver = domainlist,
transport = smtp;
route_list = "* mail.bme.es bydns"


-- 
Philip Hazel                   University Computing Service,
ph10@???             New Museums Site, Cambridge CB2 3QG,
P.Hazel@???          England.  Phone: +44 1223 334714



--
*** Exim information can be found at http://www.exim.org/ ***