From owner-freebsd-questions Wed Oct 20 8:37: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from donhm.calcasieu.com (tcnet05-28.austin.texas.net [209.99.42.28]) by hub.freebsd.org (Postfix) with ESMTP id 0654014C3A for ; Wed, 20 Oct 1999 08:36:59 -0700 (PDT) (envelope-from dread@texas.net) Received: from donhm.calcasieu.com (localhost [127.0.0.1]) by donhm.calcasieu.com (8.9.3/8.9.3) with ESMTP id KAA22378; Wed, 20 Oct 1999 10:36:23 -0500 (CDT) (envelope-from dread@texas.net) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19991020083459.A566@badger.tltodd.com> Date: Wed, 20 Oct 1999 10:36:23 -0500 (CDT) From: Don Read To: Terry Todd Subject: Re: news2mail programs Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 20-Oct-99 Terry Todd wrote: > Mathias, > > > > On Wed, Oct 20, 1999 at 08:53:48AM +0200, Matthias Teege wrote: >> On Tue, Oct 19, 1999 at 12:43:13PM -0500, Terry Todd wrote: >> > >> > >> > Can anyone recommend a news2mail program? I have tried Alex Schnitman's >> checkout the cyrus mailserver in the ports. >> Matthias >> > I checked out cyrus. I downloaded it and installed it and then > looked at the cyrus doc pages on the web. > > From: http://asg.web.cmu.edu/cyrus/cyrus-overview.html#news > "The IMAP server can export netnews newsgroups as IMAP mailboxes. > This is done by creating a partition named news which points to > the news spool directory and arranging for the IMAP server's > auxiliary databases to be maintained. The server software includes > programs for integrating with the INN netnews server. The following > information assumes working knowledge of the INN netnews server." > > Which is way way more complicated than what I am looking for. > > Thanks anyway, > Terry Todd you might try using 'suck' to pull the articles to a tmp directory, then cron a script to mail em (bogus shell psudeo-code follows): cd /var/tmp/news files=`ls -t | tail -50` for art in $files do sendmail myaddr@comain.com < $art rm $art done Regards, --- Don Read dread@calcasieu.com EDP Manager dread@texas.net Calcasieu Lumber Co. Austin TX -- the Y2K bug is not a problem. W2K however ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message