Re: [Exim] Remote Smtp Question

Top Page
Delete this message
Reply to this message
Author: Suresh Ramasubramanian
Date:  
To: haestan none
CC: exim-users
Subject: Re: [Exim] Remote Smtp Question
"haestan none" <haestan@???> writes:


>
> i'm running Exim 3.33 and i want to the mta to use a my isp's
> smtp server for relaying. I have looked through the documentation
> at exim.org but i found the it a bit confusing.
> I have searched the archives and as far as i understand it i have
> to set up a smart_route for that (right?).
>


http://www.hserus.net/exim.html

>
> smart_route:
> transport = remote_smtp
> driver = domainlist
> route_list = "* smtp.myip.net"
>


That should do.

> And here is the log (mainlog) output that i get if i try to send any mail
> (to 'email@sendto_domain.net' for example):
> 2002-08-19 13:36:10 17gkpO-00002X-00 <= username@??? U=username
> P=local S=464 id=20020819133610.B136@???
> 2002-08-19 13:36:10 17gkpO-00002X-00 ** email@sendto_domain.net: unrouteable
> mail domain "smtp.myisp.net"



Did you, by some chance, forget to replace the "smtp.myisp.net" with the
name of your ISP's smtp server?

     -srs