Re: [CentOS] Need help to track an ip port problem

2007-08-20 Thread Kai Schaetzl
Tom Brown wrote on Mon, 20 Aug 2007 17:39:54 +0100: > DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl This is what you have to remove from the mc file, yes. That is what *I* do. But I think it can be made easier for the average user. At least from older SuSE systems I know that this can

Re: [CentOS] Need help to track an ip port problem

2007-08-20 Thread Tom Brown
That's at least the default in CentOS 5, I don't remember how CentOS 4 handled this. You have to put a variable in /etc/sysconfig/sendmail, but I don't know which one as I always compile my own sendmail.cf. dnl # The following causes sendmail to only listen on the IPv4 loopback address

Re: [CentOS] Need help to track an ip port problem

2007-08-20 Thread Kai Schaetzl
Steve Rigler wrote on Mon, 20 Aug 2007 10:56:28 -0500: > In your case, I'd bet that sendmail > is probably only configured to listen on lo. That's at least the default in CentOS 5, I don't remember how CentOS 4 handled this. You have to put a variable in /etc/sysconfig/sendmail, but I don't kno

Re: [CentOS] Need help to track an ip port problem

2007-08-20 Thread Steve Rigler
On Mon, 2007-08-20 at 10:52 -0500, Erick Perez wrote: > Hi, My centos 4.4 fully updated is going to be used as a mail server. > However I did something or i didn't do something and I need some assistance. > You see, If I run sendmail in port 25, i can telnet localhost 25 fine. > but if I telnet the

[CentOS] Need help to track an ip port problem

2007-08-20 Thread Erick Perez
Hi, My centos 4.4 fully updated is going to be used as a mail server. However I did something or i didn't do something and I need some assistance. You see, If I run sendmail in port 25, i can telnet localhost 25 fine. but if I telnet the machine from another machine, the port is refuse. So i tested