> James Beam wrote:
>
> I just finished installing vpopmail-4.8.6 on SUSE 6.4 Linux. I have
> everything working, but I am noticing a serious delay when trying to
> check mail via POP3 - it takes almost 20 seconds before the server
> will respond. It does this on both SMTP and POP3. Now this server is
> running a PIII600 with 256meg RAM - and no live domains are currently
> running on it.
>
> You can see the delay by telneting to 206.20.158.62 ports 110 and 25 -
> it will take 20 or so seconds before the server will even respond!
>
> Qmail 1.03 w/DNS and Tarpit patch
> ucspi-tcp-0.88
> vpopmail-4.8.6
> daemontools-0.70
>
> That is what I am running.
>
> Here is my POP3 start string:
>
> /usr/local/bin/tcpserver -uXXX -gXXX 0 pop3 /var/qmail/bin/qmail-popup
> biznizweb.com
> /mail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &
>
> All one line (in case your client wraps it)
>
> Please, if anyone can help or make a suggestion.
>
> Thanks in advance,
>
> James Beam
> BiznizWEB, Inc.
Change your startup line to be:
/usr/local/bin/tcpserver -H -R -l<hostname> \
-uXXX -gXXX 0 pop3 /var/qmail/bin/qmail-popup \
biznizweb.com \
/mail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &
where <hostname> is the full name of the machine.
What you are seeing are tcpserver connection startup delays
as it attempts to do reverse IP lookups and ident queries.
Ken