On Wed, Oct 13, 1999 at 04:33:27PM -0700, Jose de Leon wrote:
> I'm using QMail 1.03, and using tcpserver instead of inetd.  Linux 2.0.xx.

> Some POP3 account users are complaining of slow POP3 authentication.  About
> 50% of the time, authentication times out.  I have noticed the problem too,
> but once authenticated, download of email is quite fast.

This may also be a result of slow DNS and/or IDENT lookups:
- you may use the -R switch to disable IDENT lookups (very much recommended,
  as most systems do not provide reliable info anyway).
- you may use the -H switch to disable remote host name lookups.
  This speeds up connections if DNS is slow or broken for the IPs
  your customers come from. It also is useless if the IPs do not have
  PTR records.

Please note that these settings may also be useful if you start
qmail-smtpd via tcpserver.

> Are there not enough connections allocated for tcpserver?  How can I check
> if maximum connections are being used?

start your tcpserver with -v switch and direct its output to a logfile.
There you should see messages like
    tcpserver: status: 2/150
That means that currently 2 out of 150 max tcpservers are active.
The max limit can be increased with -c<num>, default is 40.

> Or are there settings in QMail itself I need to change?

No.

        \Maex

-- 
SpaceNet GmbH             |   http://www.Space.Net/   | Yeah, yo mama dresses
Research & Development    | mailto:[EMAIL PROTECTED] | you funny and you need
Joseph-Dollinger-Bogen 14 |  Tel: +49 (89) 32356-0    | a mouse to delete files
D-80807 Muenchen          |  Fax: +49 (89) 32356-299  |

Reply via email to