Hi Paul,

Thanks for your reply. i changed it to
exec /usr/local/bin/tcpserver -c 2000 -l 0 -R -H -v 0 110 \
and
exec /usr/local/bin/tcpserver -c 2000 -t 50 -l 0 -R -H -v 0 110 \

yesterday and restart pop3d but the "file busy" problem still there.

usually it will show 20-40 qmail-popup processes when we issue ps -Af. the
following is a sample

# ps -Af |grep popup |grep -v smtpd
    root 18107 24894  0 17:04:28 ?        0:00 /var/qmail/bin/qmail-popup
host.mydomain.com /var/vpopmail/bin/vchkpw /var
    root 18130 24894  0 17:04:29 ?        0:00 /var/qmail/bin/qmail-popup
host.mydomain.com /var/vpopmail/bin/vchkpw /var
    root 18121 24894  0 17:04:28 ?        0:00 /var/qmail/bin/qmail-popup
host.mydomain.com /var/vpopmail/bin/vchkpw /var
    root 18134 18132  0 17:04:29 pts/1    0:00 grep popup
    root 13743 24894  0 16:57:36 ?        0:00 /var/qmail/bin/qmail-popup
host.mydomain.com /var/vpopmail/bin/vchkpw /var
    root 14598 24894  0 16:58:46 ?        0:00 /var/qmail/bin/qmail-popup
host.mydomain.com /var/vpopmail/bin/vchkpw /var
#

it seems it take longer time to process when using new vpopmail.


 ----
   Chris


----- Original Message -----
From: Paul Theodoropoulos
To: [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 4:16 PM
Subject: Re: [vchkpw] share some experience with new version vpopmail



If you don't set the -c option to tcpserver, it silently defaults to 40
concurrent sessions. so modify your tcpserver invocation in the start script
as follows:


exec /usr/local/bin/tcpserver -c 120 -l 0 -R -H -v 0 110 \

you could use of course a different value for -c depending upon your needs.

At 12:41 AM 9/19/2003, Chris wrote:

Hi,

we using vpopmail 5.3.26 and 5.3.27 on two email servers with max. 20-35
POP3 Concurrency refer to the qmailmrtg report. it always return "file busy,
try again.." error message when user login pop3.

we have serveral same hardware server using 5.3.20 with more than 120pop3
concurrency without this problem. i'm not sure it's relate to the vpopmail
code changes or not.

OS: latest Solaris 9 x86
Compile Options: --enable-roaming-users=y
NOTE: we compile qmail with Bill Shupp's patch package v0.5

the pop3d start scripts:

# cat run
#!/bin/sh

HOSTNAME=`hostname`

exec /usr/local/bin/tcpserver -l 0 -R -H -v 0 110 \
        /var/qmail/bin/qmail-popup $HOSTNAME.ourdomain.com \
        /var/vpopmail/bin/vchkpw \
        /var/qmail/bin/qmail-pop3d Maildir 2>&1
# pwd
/var/qmail/supervise/qmail-pop3d
#



 ----
   Chris
Paul Theodoropoulos
http://www.anastrophe.com


Reply via email to