Ruprecht Helms <[EMAIL PROTECTED]> wrote:
> 
> > >#!/bin/sh
> > >exec /usr/local/bin/softlimit -m 2000000 \
> > >/usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup \
> > >  linux.local /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1
[...] 
> linux:/var/qmail/supervise/qmail-pop3d # telnet localhost pop3
> Trying ::1...
> telnet: connect to address ::1: Connection refused
> Trying 127.0.0.1...
> telnet: connect to address 127.0.0.1: Connection refused
> Trying localhost...
> telnet: connect to address localhost: Connection refused                          
There's a few possibilities here.  As Dave said, your run script seems
sensible, so that's not it.  I see a few possibilities:

  -TCP filtering going on right in your stack; running RedHat 7 by
chance?  It filters a lot of stuff on its default settings, but I don't
know if it would filter purely local connections

  -your run script above isn't actually being executed.  Your service
directory isn't linked in, or the script isn't executable, or
permissions on the service directory are flawed

What happens if you run the "run" script by hand and then try to connect
to the service?

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
-----------------------------------------------------------------------

Reply via email to