on 8/9/01 5:55 PM, dan at [EMAIL PROTECTED] spake:
> Hi,
>
> I'm having issues with getting pop to respond quickly when telneting to
> port 110. It takes up to a minute to get the +OK
> <[EMAIL PROTECTED]> line.
>
> that box is not running DNS, but DNS response is quick. Is there a
> reverse lookup being performed in here somewhere?
>
> Here is my qmail-pop3d run file:
> #!/bin/sh
> env - PATH="/var/qmail/bin:/usr/local/bin" /usr/local/bin/tcpserver -v
> -R 0 110 \
> /var/qmail/bin/qmail-popup mail.thesportsregister.com \
> /home/vpopmail/bin/vchkpw \
> /var/qmail/bin/qmail-pop3d Maildir &
>
>
> When I ran the command from qmail-popup to the end on the command line I
> got the +OK instantly.
>
> Any help would be appreciated.
This should be in the archives, as it's been covered on the list before.
But basically you just need to add -l 0 -H. i.e.:
tcpserver -v -R -l 0 -H 0 110....
Checkout http://cr.yp.to/ucspi-tcp/tcpserver.html for more details.
Cheers,
Bill Shupp