Click to See Complete Forum and Search --> : HELP! Pop Server please!!


joelim
11-17-2000, 02:42 AM
does any one knows how to setup or troubleshoot pop server in linux 6.2.
as i know, by right. the server automatically load the pop server with port number 110. but now, when i try to connect to my domain with port number 110. i got error connection refused.
help!!! some one please give me some advices...thank yoU!

------------------
Lim Pey Foong
Tech Dept
http://www.tssb.com.my
tel:603-62767910
fax:603-62760912
mobile: +6016-2031511

posterboy
11-17-2000, 07:23 AM
Be sure the imap package is installed. Be sure that /etc/inetd.conf is starting the service. Do an nmap on yourself to insure that 110 is indeed open.
Ray


------------------
ray@raymondjones.net
HTTP://www.raymondjones.net

joelim
11-19-2000, 09:02 PM
thanks buddy! i'm very appreciate your replied, thanks again.
i'm just a newbies for Redhat. so might have some difficulties to trouble shoot.
what means by nmap? how do i know the inetd.conf is running...
please advice...

rayh
11-20-2000, 03:42 AM
Easy to use the proggie NMAP. As anyusr from a terminal window type < nmap > . You will get three columns of output displayed ... and
NMAP then exits. The display remains. The first column gives you the list of currently open port #s on your sys. The third column tells you what "service" is functioning at each port.

So if you expect a port to be open, that port number will appear somewhere in the first column.

posterboy
11-20-2000, 08:19 AM
POP3 is, i think, not turned on at bootup by default in any distro. Edit /etc/inetd.conf and remove the # from in front of that line, after that it will open 110 to the world.
Ray


------------------
ray@raymondjones.net
HTTP://www.raymondjones.net

joelim
11-20-2000, 08:52 PM
i've turn on by editing the inetd.conf. removed this symbol "#"
yet, still the same.
i try to install the latest RPM
imap-200.3.i386.rpm, but unsuccessful.
anyway, thanks for help!

A_Lawn_GNOME
11-20-2000, 09:27 PM
There is no Linux 6.2 .

klamath
11-20-2000, 10:29 PM
Why do you tell him to install IMAP? IMAP has nothing to do with POP.

------------------
- Klamath
Get my GnuPG Key Here (http://klamath.dyndns.org/mykey.asc)
Looking for an open source project to contribute to? Check out the BBB (http://bbb.sourceforge.net)

ndelo
11-20-2000, 10:58 PM
After you un-comment the line for POP3 in inetd.conf, execute /etc/rc.d/init.d/inet restart and the changes should take effect. If this does not do the trick, take a look at your /etc/hosts.deny file and make sure that it is not set to deny all. Also, check your ipchain rule set by executing ipchains -L to make sure that no firewall rules are blocking the port. A quick way and see if the pop3 server is up is by telnetting into the machine at the specified port, for instance--telnet your_ip_address 110. You should get a response saying something like +pop server ok. You might also want to check if inetd is set to start automatically at boot time. If not, start it from the command prompt. Hope this help or points you in the right direction.

ndelo
11-20-2000, 11:00 PM
The POP3 damon is part of the IMAP rpm.