On Friday 21 October 2005 12:14, Morten wrote:
Hi. I have a default installation of Exim with only a few changed settings. It appears to only bind to the loopback interface. I have not set any local_interfaces values, as the default behaviour is to bind on all interfaces. But alas, exim does not respond on its IP address:
(snip)
[root@obiwan ~]# telnet 192.168.0.101 25 Trying 192.168.0.101... telnet: connect to address 192.168.0.101: Connection refused telnet: Unable to connect to remote host: Connection refused [root@obiwan ~]# telnet 127.0.0.1 25 Trying 127.0.0.1... Connected to obiwan (127.0.0.1). Escape character is '^]'. 220 obiwan ESMTP Sendmail 8.13.1/8.13.1; Fri, 21 Oct 2005 19:08:25 +0200
well yo say that u are running exim but here say that u are running sendmail too :)
service sendmail stop service exim restart
service exim status (for checking)
to avoid that sendmail start after a reboot and exim start chkconfig sendmail off chkconfig exim on
its all....