From owner-freebsd-questions@FreeBSD.ORG Sun Jul 26 16:44:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B91B106566B for ; Sun, 26 Jul 2009 16:44:17 +0000 (UTC) (envelope-from timothyk@wallnet.com) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.freebsd.org (Postfix) with ESMTP id 4D9B78FC08 for ; Sun, 26 Jul 2009 16:44:17 +0000 (UTC) (envelope-from timothyk@wallnet.com) Received: from tim-kellerss-macbook-pro.local (www.smsd.tv [96.57.143.18]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0KNE0040MEHRQD20@mta1.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Sun, 26 Jul 2009 12:44:16 -0400 (EDT) Date: Sun, 26 Jul 2009 12:44:15 -0400 From: Tim Kellers In-reply-to: <20090726065119.GA90366@lpthe.jussieu.fr> To: Michel Talon , freebsd general questions Message-id: <4A6C87DF.7080104@wallnet.com> MIME-version: 1.0 References: <20090725070336.GA12539@lpthe.jussieu.fr> <4A6B0E64.2000607@wallnet.com> <4A6BAD8B.5020007@wallnet.com> <20090726065119.GA90366@lpthe.jussieu.fr> User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: INN configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jul 2009 16:44:17 -0000 Michel Talon wrote: > On Sat, Jul 25, 2009 at 09:12:43PM -0400, Tim Kellers wrote: > >> Looks like newsx was the solution I was looking for. So far, it is >> pulling the articles from my active groups from my upstream provider. I >> assume from the docs I have to run rnews -U after this immense pull has >> completed. >> > > I don't run rnews at all, as far as i remember. A thing you need to do > is to run (news.daily is a script in ~news/bin). > news.daily expireover lowmark > each day (with crontab) to expire old news. After that inn runs > perfectly regularly for years, and you don't fear problems like with > leafnode. > > > > > > I was going to crom something like: newsx -d --maxnew 200 acme news.acme.net && rnews -U -v but I'll definitely have a look at the news.daily script, too. Thanks Tim