Re: [Exim] Email on internal LAN

Top Page
Delete this message
Reply to this message
Author: exim-users
Date:  
To: exim-users
CC: 
Subject: Re: [Exim] Email on internal LAN
This is a multi-part message in MIME format.

--

kmb <kmb@???> wrote ..
>
> Israel Carr wrote:
> > I have a machine on LAN that receives internet mail for domain
> > y.com. I
> > have a second machine on same LAN that can receive mail at x.y.com.
> > I want
> > to be able to send mail to y.com from x.y.com but exim is trying to
> > connect
> > to the public ip address of y.com which it gets from internet DNS
> > server.
> > This fails due to firewall/nat configuration. How can I send mail to
> > the
> > machine using the LAN address of y.com? There is no DNS server on
> > the LAN.
> >
> > Thanks for any help.
> > Israel
> >
> >
>
> Israel,
>
> If you have the V4 Exim Book take look at Page 129
>
>
> Code:
> --------------------
>
>   private_router:
>   driver = manualroute
>   transport = remote_smtp
>   route_list = domain1.ext    dest.domain1.ext \
>   sub.domain.ext   dest.sub.domain.ext

>
> UNTESTED
>
> --------------------
>
>
> I hope this helps, if you don't have the book look at the docs on the
> exim.org sight
> http://www.exim.org/exim-html-4.30/doc/html/spec_20.html#IX1611 are the
> docs for manual routing .
>
>
> --
> kmb
>
> Kevin Barrett
> Administrator -- Exim-Users.org Portal And Forums
> Exim-users email list to forum gateway
> Come Join us at 'The Exim-Users Forums' (http://www.exim-users.org)
>
> ------------------------------------------------------------------------
> kmb's Profile: http://www.exim-users.org/forums/member.php?action=getinfo&userid=1
> View this thread: http://www.exim-users.org/forums/showthread.php?threadid=44783


--