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:47f24930120505916415595!