Index: [Article Count Order] [Thread]

Date:  Mon, 7 Aug 2006 15:48:41 +0200
From:  Chris Hemsing <C.Hemsing (at mark) gmx.net>
Subject:  [coba-e:06232] Re: POP3 BOX STOPS RESPONDING
To:  Connexions Web Solutions <coba-e (at mark) bluequartz.org>
Message-Id:  <348667207.20060807154841 (at mark) gmx.net>
In-Reply-To:  <44D73262.29118.5CADF3@localhost>
References:  <44D73262.29118.5CADF3@localhost>
X-Mail-Count: 06232

Hello whoever,

there may be several reasons.
Have a look at
/etc/xinetd.d/pop3
a) Is the
cps
parameter set?
Set it to say
cps = 100 10
b) Is the
instances
parameter set?
In case it is, set it to
instances = 100
c) The in.qpopper command line should have -R as option

In case the system gets stuck: can you track a pop3 query? Does the pop3
protocol start and gets stuck at the authentication? Or ist the no
response to pop3 request at all? Try

telnet host_in_question 110

is there any answer?

Regards,
Chris


Monday, August 7, 2006, 1:30:26 PM, you wrote:

CWS> Hi,

CWS> I have a new very fast box with CentOS latest & BQ. It has about two 
CWS> hundred mail.domain.com on it, with an average of five users per 
CWS> .com.

CWS> It intermittently locks up on users email, when they get 
CWS> authentication failure, and cannot login using webmail. Yet oddly the 
CWS> admin POP3 mailbox never stops responding, nor webmail for the 
CWS> admin box. Its not a DNS issue because I am using IP to overcome 
CWS> that.

CWS> It appears to be in some way linked to mail checking programmes 
CWS> like magic mail monitor, which when started may send forty or fifty 
CWS> parallel requests to check mailboxes, all on the same IP.

CWS> Does anyone have a similar problem ?

CWS> What I find odd is that it only effects users mail boxes, never the 
CWS> server admin mail box, even though that is being checked with the 
CWS> same mail monitor programme.

CWS> Is there a maximum number of connections on sendmail that I can 
CWS> increase ?

CWS> Any help appreciated.

CWS> Rgds.