Index: [Article Count Order] [Thread]

Date:  Mon, 7 Aug 2006 18:43:14 +0100
From:  "Connexions Web Solutions" <Administration (at mark) cnx-solutions.com>
Subject:  [coba-e:06241] Re: POP3 BOX STOPS RESPONDING
To:  coba-e (at mark) bluequartz.org
Message-Id:  <44D789C2.16482.1B429C6@localhost>
In-Reply-To:  <010701c6ba43$bf1fdf30$0369a8c0@jimcorp>
X-Mail-Count: 06241

Hi Jim,

Thanks for that and will give it a try.

I dont understand how it works now as you have pointed out my 
parameters say disable=yes.

Also the redhat link is useful, now I know what cps means that also 
explains more.

Rgds.

Keith Reynolds



Date sent:      	Mon, 7 Aug 2006 10:05:51 -0700
From:           	"Jim Scott" <jscott (at mark) infoconex.com>
Send reply to:  	coba-e (at mark) bluequartz.org
Subject:        	[coba-e:06239] Re: POP3 BOX STOPS RESPONDING
To:             	<coba-e (at mark) bluequartz.org>

[ Double-click this line for list subscription options ] 

Here is what you would put. I also made the suggested changes to one of my 
servers in terms of the cps setting. If you want to know more about these 
settings I found this link.

http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-tcpwrappers-xinetd-config.html

service pop-3
{
        disable = no
        flags       = REUSE NAMEINARGS
        socket_type = stream
        protocol    = tcp
        wait        = no
        user        = root
        server      = /usr/sbin/in.qpopper
        server_args = in.qpopper -s -R
        cps         = 100 10
        instances   = 100
}


Also looks like you have disable = yes. I assume you dont want your POP3 
service disabled?

Jim

----- Original Message ----- 
From: "Connexions Web Solutions" <Administration (at mark) cnx-solutions.com>
To: <coba-e (at mark) bluequartz.org>
Sent: Monday, August 07, 2006 9:48 AM
Subject: [coba-e:06237] Re: POP3 BOX STOPS RESPONDING


> Hi Chris,
>
> My POP3 parameters are
>
> # qpopper config file for xinetd
> service pop-3
> {
>        flags       = REUSE NAMEINARGS
>        socket_type = stream
>        protocol    = tcp
>        wait        = no
>        user        = root
>        server      = /usr/sbin/in.qpopper
>        server_args = in.qpopper -s
> disable     = yes
> instances = 80
> }
>
> As you can see, uits set to instances=80. I can change that to 100,
> and do I just enter a new line
>
> cps = 100 10
>
>
> And how/where do I do this
>
> "The in.qpopper command line should have -R as option"
>
>
>
> And telnet as you suggested comes back with
>
> +OK AVG POP3 Proxy Server 7.1.371/7.1.394 [268.10.7/410]
>
> Not sure what that means as we do not have a proxy server ?
>
> Rgds.
>
> Keith Reynolds
>
>
>
>
>
>