fixed quoting for top-posted message to make it more readable.

On Thu, 2004-01-22 at 09:42, Shane Chrisp wrote:
> 
> >-----Original Message-----
> >From: Jesus Ruiz [mailto:[EMAIL PROTECTED] 
> >Sent: Thursday, 22 January 2004 11:37 PM
> >To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> >Subject: RE: [vchkpw] Problems with pop3
> >
> >Here is the run script.
> >
> >#!/bin/sh
> >env - PATH="/var/qmail/bin:/usr/local/bin" \
> >tcpserver -v -c 200 0 pop3 \
> >/var/qmail/bin/qmail-popup mail.acelerate.com \
> >/var/qmail/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 2>&1
> >
> Secondly, your limiting the connections to 200 with tcpserver,
> have you tried taking that out and seeing if your problem goes
> away?

or tried looking in the logs to see if that limit is being reached?  you
have the -v flag, which means you should see log output similar to this:

@400000003f6b1ef718449fa4 tcpserver: status: 1/40
@400000003f6b1ef7184dc37c tcpserver: pid 31530 from 127.0.0.1

tcpserver: status: X/Y
where X is the number of current connections, and Y is the maximum.  40
is the default, you have 200.  If you are reaching 200, you should
consider raising it, if your system can handle it.

-Jeremy

-- 
Jeremy Kitchen <[EMAIL PROTECTED]>

Reply via email to