From owner-freebsd-questions@FreeBSD.ORG Sat Jan 1 08:59:52 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 924A316A4CE for ; Sat, 1 Jan 2005 08:59:52 +0000 (GMT) Received: from av1-2-sn1.fre.skanova.net (av1-2-sn1.fre.skanova.net [81.228.11.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5754943D31 for ; Sat, 1 Jan 2005 08:59:51 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av1-2-sn1.fre.skanova.net (Postfix, from userid 502) id 7F664380A7; Sat, 1 Jan 2005 09:59:50 +0100 (CET) Received: from smtp2-1-sn2.hy.skanova.net (smtp2-1-sn2.hy.skanova.net [81.228.8.177]) by av1-2-sn1.fre.skanova.net (Postfix) with ESMTP id 70B6137E4F for ; Sat, 1 Jan 2005 09:59:50 +0100 (CET) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp2-1-sn2.hy.skanova.net (Postfix) with SMTP id 468ED37E43 for ; Sat, 1 Jan 2005 09:59:50 +0100 (CET) Received: (qmail 13967 invoked by uid 1001); 1 Jan 2005 08:59:49 -0000 Date: Sat, 1 Jan 2005 09:59:49 +0100 From: Erik Trulsson To: Sergei Gnezdov Message-ID: <20050101085949.GA8592@falcon.midgard.homeip.net> Mail-Followup-To: Sergei Gnezdov , FreeBSD-Questions References: <1104560438.7534.27.camel@owl2> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1104560438.7534.27.camel@owl2> User-Agent: Mutt/1.5.6i cc: FreeBSD-Questions Subject: Re: News from several NNTP Servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 08:59:52 -0000 On Fri, Dec 31, 2004 at 10:20:38PM -0800, Sergei Gnezdov wrote: > NNTP clients I like (Emacs) work with one NNTP server at a time. > > I use some free NNTP server, but its reliability is not the best. > > So, I am thinking of collecting news from free servers, which specialize > on certain newsgroups. I don't know how to do that or what to use. > > I also would like to collect/cache newsgroup messages on my machine, so > I can decide expiration rules. As you seem to already have figured out, the solution is to run a local newsserver which gathers messages from several servers and caches them. > > I think I could use INN server, but I have no idea how upstream servers > are different from NNTP client connections. There are two different ways of getting news from upstream. The first is to have them send everything to you. This requires some kind of agreement with the upstream-server. The other is to pull articles one by one from the upstream just like a normal nntp-client. Most nntp-servers can be configured to pull data from upstream just as if it was a client which means that you do not need any sort of special agreement with upstream. I am not familiar with INN, but I feel fairly certain that it can be configured to pull articles from upstream. You might also wish to take a look at the leafnode or nntpcache ports, both of which seem to have been designed exactly to do what you need. Dnews can also be configured to do what you want, but since that is a commercial program (with a free download and a free trial period) you might not want it. -- Erik Trulsson ertr1013@student.uu.se