[Exim] Re: OK (was) no connection from localhost

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Leonardo Boselli
Ημερομηνία:  
Προς: exim-users
Παλιά Θέματα: [Exim] no connection from localhost
Αντικείμενο: [Exim] Re: OK (was) no connection from localhost
i managed myself: local_interfaces had only the eth0 address, not the
127.0.0.1 !
The missing is intentional or was a bug in the distribution i used ?

On Tue, 20 May 2003, Leonardo Boselli wrote:

> exim 4.14 : look at the reply:
>
> leo@vettore:~$ telnet localhost 25
> Trying 127.0.0.1...
> telnet: Unable to connect to remote host: Connection refused
> leo@vettore:~$ telnet vettore 25
> Trying x.y.z.t...
> Connected to vettore.x.x
> Escape character is '^]'.
> 220 vettore.x.x ESMTP Exim 4.14 Tue, 20 May 2003 17:08:59
> +0200


> what is the problem ?