Jeff Koch wrote:
Hi:
We're hitting the limit on the number of pop3 connections. Anyone know
how to increase it?
Most qmail pop server connections are handled by the tcpserver program.
See the -c option. It controls the maximum concurrent connections.
http://cr.yp.to/ucspi-tcp/tcpserver.html
-c n: Do not handle more than n simultaneous connections. If there are n
simultaneous copies of prog running, defer acceptance of a new
connection until one copy finishes. n must be a positive integer.
Default: 40.
Ken Jones