Autor: Karl Fischer Data: Para: Fabien LUCE CC: exim-users Assunto: Re: [exim] [Newbie] Configure exim for a LAN
Fabien LUCE schrieb: > Hi,
>
> i've been a little more adhead with that telnet thing, since i can telnet
> this way on my server:
>
> telnet localhost 25
> but i can't telnet server.example.org 25
>
> my /etc/hosts is however:
> 127.0.1.1 server.example.org 25
localhost is 127.0.0.1 not 127.0.1.1
and a port number (25) doesn't belong in the hosts file.
also it's not a good idea to use *.example.org at all.