Chris,

Thanks. You are right. I missed out an additional qmail-popup argument. Putting
it into the inetd.conf entry
makes pop3 works.

Tek Kee.







Chris Johnson <[EMAIL PROTECTED]> on 03/17/2000 08:32:41 PM
                                                                                
                                                                                
                                                                                


                                                              
                                                              
                                                              
 To:      TEK-KEE WANG <[EMAIL PROTECTED]>                     
                                                              
 cc:      [EMAIL PROTECTED](bcc: TEK-KEE                    
          WANG/317012/ITD/FEDEX)                              
                                                              
                                                              
                                                              
 Subject: Re: Getting pop3d to work                           
                                                              








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