On Sat, Apr 14, 2001 at 01:38:03PM -0400, Rehan Zaidi wrote:
> Hi, folks.
> 
> Thanks to the mailing list archives, I've been able to configure qmail-pop3d
> to run under supervise...almost.  I have one remaining problem: I still get
> "Connection refused" when I telnet to port 110.
> 
> These are the processes running on the system:
> $ ps -ax | grep qmail
>   160 ?        S      0:00 supervise qmail-send
>   163 ?        S      0:29 supervise qmail-smtpd
>   166 ?        S      0:32 supervise qmail-pop3d
>   167 ?        S      0:00 qmail-send
>   169 ?        S      0:00 /usr/local/bin/multilog t s2500000
> /var/log/qmail/qma
>   657 ?        S      0:00 splogger qmail
>   658 ?        S      0:00 qmail-lspawn ./Mailbox
>   659 ?        S      0:00 qmail-rspawn
>   660 ?        S      0:00 qmail-clean

What is the output of:

$ ps -ax | grep tcp


> When I telnet to port 110, I get:
> telnet: Unable to connect to remote host: Connection refused

That tells us that tcpserver probably isn't running which means that
the run script is probably not running or runnable.

> But if I stop the qmail-pop3d and then start it from the command line using
> the following command, I can connect:
> /usr/bin/tcpserver -v -R 0 pop-3 /var/qmail/bin/qmail-popup <myhost> \
> /usr/local/bin/checkvpw /var/qmail/bin/qmail-pop3d Maildir
> 
> This is the same thing as I have in the /var/qmail/supervise/qmail-pop3d/run
> script...

Is that script readable, executable?

What is the output of:

$ ls -l /var/qmail/supervise/qmail-pop3d/run

Also, rather then showing us the tcpserver command, much more
instructive would be a cat of the run file, so show us the output of:

$ cat /var/qmail/supervise/qmail-pop3d/run


Regards.

Reply via email to