On Fri, Mar 17, 2000 at 06:51:08PM +0800, TEK-KEE WANG wrote:
> The inetd.conf line reads :
> 
> pop3 stream tcp nowait root /var/qmail/bin/qmail-popup <FQHostname>
> /bin/checkpassword \
> /var/qmail/bin/qmail-pop3d Maildir

I don't use inetd for this kind of thing, but I think it wants the first
argument of the program it runs to be the program name itself, i.e.:

pop3 stream tcp nowait root /var/qmail/bin/qmail-popup qmail-popup fqdn etc.

You might consider using tcpserver instead of inetd for your qmail stuff.
You'll find much better support on this list for it.

See http://cr.yp.to/ucspi-tcp.html

Chris

Reply via email to