Try using xinetd, its performance is superior to 10 yo tcpserver
better control with it as well through load/time/ip options anti-DoS etc etc etc

service pop3
{
   disable             = no
   instances           = 2000
   per_source          = 10
   cps                 = 50 5
   socket_type         = stream
   protocol            = tcp
   wait                = no
   user                = root
   group               = root
   server              = /var/qmail/bin/qmail-popup
server_args = YOUR.HOSTNAME.HERE /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir
   log_type            = FILE /dev/null
}



Rick Macdougall wrote:
Jeff Koch wrote:

Hi:

We're hitting the limit on the number of pop3 connections. Anyone know how to increase it?

Thanks



Hi,

My run file looks like this

#!/bin/sh

MAXPOP=100
VPOPMAILUID=`id -u vpopmail`
VPOPMAILGID=`id -g vpopmail`

exec /usr/local/bin/tcpserver -l 0 -R -H -v             \
        -c $MAXPOP \
        -u"$VPOPMAILUID" -g"$VPOPMAILGID" 0 110       \
        /var/qmail/bin/qmail-popup `hostname`         \
        /home/vpopmail/bin/vchkpw                       \
        /var/qmail/bin/qmail-pop3d Maildir 2>&1


in this case I'd just increase MAXPOP.

Regards,

Rick






!DSPAM:47f2ae89120508866810947!

Reply via email to