Web Hosting Talk







View Full Version : Port #?


HTTPbit
02-10-2003, 07:45 AM
Hello,

Can you please tell me on what port the following services run (Red Hat Linux 7.3/WHM/Cpanel Server)

1. IMAP
2. Interchange
3. WebMail

I would like to put these ports in a script file which can be used to check the service status. I also like to add Server & Memory load like WHM -> Service Status shows. Can you please tell me how to do this, if you have any idea.

Thanks.

shaunewing
02-10-2003, 08:03 AM
IMAP = 143
Interchange = ??
WebMail = 2095

--Shaun

Studio64
02-10-2003, 08:05 AM
IMAP - 143

What type of webmail?


I've never used Interchange but, from my reading I thought Interchange was a web based (port 80, PHP/MySQL) e-commerce solution. So it wouldn't need a seperate port assignment. I might be completely wrong on that one so ask someone else who has experience in it :D

Here is a good (and very verbose) listing of common port assignments

http://www.xmas-i-am.com/video/Comon%20Port%20numbers.txt

HTTPbit
02-10-2003, 08:10 AM
Ok. I think you are right that Interchange does not need its port number. Can you please give me idea, than how do I show it whether its Up or Down like WHM shows in Service Status?

Thanks.

HTTPbit
02-10-2003, 08:13 AM
One more thing, I forget to ask, like if I wants to check the status of HTTP at Port # 80, I use my Hostname as mydomainname.com. What should I use for

IMAP = 143
WebMail = 2095

Thanks.

Studio64
02-10-2003, 09:09 AM
mydomainname.com:143
mydomainname.com:2095

If your serving webpages, php is parsing correcly, and your MySQL is still running fine it'd be willing to bet Interchange would still be running ok... Since technically it really isn't "running" it's just serving pages.

HTTPbit
02-10-2003, 09:57 AM
Thank you for your help. But it was not working with:
:)

mydomainname.com:143
mydomainname.com:2095



then I tried with


mydomainname.com
mydomainname.com

simply and now, its working :)