LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Help Wanted: Qmail with pop3 server (https://www.linuxquestions.org/questions/linux-software-2/help-wanted-qmail-with-pop3-server-56447/)

cojo 04-23-2003 01:32 PM

Help Wanted: Qmail with pop3 server
 
I have followed lifewithqmail.org instruction to installed Qmail with smtpd and qmail-pop3d on my RH8 server. smtpd work fine. I could send email out. So, Here is my problem:

When I tried to test my pop server with

telnet 127.0.0.1 110

I get connection refused.

But, when I type "qmailctl stat" command----> I get

/service/qmail-send: up (pid 12121) 435 seconds
/service/qmail-send/log: up (pid 12131) 435 seconds
/service/qmail-smtpd: up (pid 12154) 435 seconds
/service/qmail-smtpd/log: up (pid 12173) 435 seconds
/service/qmail-pop3d: up (pid 26817) 0 seconds
/service/qmail-pop3d/log: up (pid 26818) 0 seconds

all the pid and seconds changes. Except, the pop3d seconds only change between 1 & 0.

But, when I run "netstat -at" command--->I don't see pop service is listening. What am I doing wrong? Please help.......:confused:

osfestus 04-23-2003 04:44 PM

First, your RH8 box is probably running iptables, make sure it is not blocking 110. If you used the imap/pop3 package that comes with RH8 make sure the /etc/xinetd.d/ipop3 file has the line:
disable =
set to "no"
if it was set to yes, change it to no and restart xinetd then allow 110, or disable iptables temporarily just to test and give it a go.

cojo 04-23-2003 04:55 PM

thanks for the replied. Port 110 is enable on my firewall script. I did disable my script just test to make sure already. Result is still no good. No, I'm using qmail-pop3d which came with Qmail. I disabled imap/pop3 that came with RH8. Anymore suggestion?

osfestus 04-23-2003 05:05 PM

well, I have no experience with qmail, but have you tried using the imap/pop3 package instead of qmail-pop3d? If anything it might tell you that it's a problem with the qmail pop configuration and maybe not with any other part of the system

jamrock 04-23-2003 10:41 PM

I had this problem but I don't quite remember how I got it fixed.

Do a search on the qmail mailing lists.


How did you create the run files? Did you copy and paste them using a Windows machine?

Just trying to remember...

jamrock 04-23-2003 10:48 PM

Just had a look at Life with qmail. Looking at your stats suggests that only the pop3 services aren't running. Double check the pop3 run scripts to see if you have typed anything incorrectly.

cojo 04-23-2003 11:08 PM

thanks for your replied jamrock. Yep, it's my run script file. I mistype one of the command on my script. Fixed it and everything is working now. Next step, web mail interface. Did you have webmail with your qmail? If yes, what are you using?

jamrock 04-26-2003 05:24 PM

No, but I know of people who use squirrel mail.

This allows them to access mail via a web browser. Is this what you are looking for?


All times are GMT -5. The time now is 07:20 PM.