Re: Gwene scripts published
Antoine Levitt <antoine.levitt <at> gmail.com>
2011-04-08 07:52:37 GMT
07/04/11 22:39, Lars Magne Ingebrigtsen
> Antoine Levitt <antoine.levitt <at> gmail.com> writes:
>
>> How easy is it to set up? And what kind of software do I need?
>
> It's probably very easy to set up. And you need a news server.
Indeed it is. I just had to install leafnode (added benefit, between
this and dovecot, my gnus now only connects to localhost, so it's very
fast), change one of two paths and server names inside the scripts, and
voila. Very cool :)
I've run into an unexpected difficulty though: gwene does post the feeds
to the local server (I use leafnode), leafnode puts them in
/var/spool/news/out.going, but then leafnode only wants to post them to
the gwene.org mothership (which I've forbidden with nopost=1), not serve
them locally. Any idea how I could force this?
Also, any reason why you have
$nntp->quit;
$nntp = Net::NNTP->new( <at> nntp) || die "cannot connect to NNTP server";
line 303? This seems to mess things up for me, so I just commented it
out.