Hi, I have similar problem, but it is with the email. I have just installed redhat 7.2 with postfix. Every time i tried to check my email, it gives me this error:
cannot connect to "my.domain.com" Cause: connection refused (10061) My apache is okey, I see port 80, I can browse the web pages with no error. when I use netstat -anp I see port 25 (for smtp) but there is no port 110 (for pop) nor 143 (for imap) I think something in the inetd or xinetd is responsible for this ? If so, how do I make / configure the server so that it will listen to port 110 and 143? Will appreciate any help from you. Thanks. At 4/6/02 04:11 PM, you wrote: >On Fri, 5 Apr 2002 at 23:22, Brendon Co wrote: > > Why am I getting this error? I havent touch any configuration but > > instead upgrade my redhat 7.0 to 7.2. > > > > I already tried http://myidaddress but it doesnt do any good. > >Double check that something's listening on port 80. You can use netstat to >do this. > ># netstat -anp | grep :80 > >Assuming you previously used Apache as your webserver, you can use ps to >check if Apache is running > ># ps ax | grep apache > >If apache is not running make sure it's installed. If it's installed you >can run it using the init script: > ># /etc/rc.d/init.d/apache start > > --> Jijo > >-- >Federico Sevilla III : <http://jijo.free.net.ph/> >Network Administrator : The Leather Collection, Inc. >GnuPG Key Fingerprint : 0x93B746BE > >_ >Philippine Linux Users Group. Web site and archives at >http://plug.linux.org.ph >To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] > >To subscribe to the Linux Newbies' List: send "subscribe" in the body to >[EMAIL PROTECTED] _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
