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

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

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...

Any ideas why this may not be working as a service?


Also, could I run UW IMAP to provide the POP3 service instead of
qmail-pop3d?


Thanks.
Rehan


Reply via email to