HI,
the router rules you gave to me were good enough for exim to find its way on
the LAN.
Performing an exim -bt ftg@??? from server and vice versa shows
that exim on both side can resolve theses names.
However i still have a connection issue since from telnet i cannot join the
server machine... even from ,localhost :
telnet: Unable to connect to remote host: Connection refused
Here is the general part of exim4.conf:
http://www.pastebin.com/m6aaa3979
I have checked exim4 and the iptables rules, no pb!
I have performed a netstat -a | grep smtp
tcp 0 0 localhost:smtp *:* LISTEN
tcp6 0 0 [::]:smtp [::]:* LISTEN
Do you have an idea?
2010/2/21 Phil Pennock <exim-users@???>
> On 2010-02-21 at 21:09 +0100, Fabien LUCE wrote:
> > In fact i'd like my two machines to send themself mails without any "smtp
> > help" from anywhere, just by theirselves...is it possible?
>
> If they don't need to mail each other, just be able to send mail, go
> back to the Debian configs, choose the option which has a "smarthost"
> and put your ISP's mail-servers in that.
>
> It's simpler.
>
> Running an MTA which can receive mail from the network carries with it
> some responsibilities to keep from polluting the Internet. While you're
> on the right track, you might want to gather a little more experience
> running a non-listening MTA and becoming familiar with DNS, host
> routing, how hosts find other hosts and so on before you come back to
> running an MTA which listens for connections from other hosts.
>
> Yes, sending mail out via the ISP to pick it back up again is
> inefficient, but it's much simpler.
>
> -Phil
>