2002-09-24 14:29:55 +02:00
|
|
|
===========================================================================
|
2003-05-06 19:40:18 +02:00
|
|
|
$NetBSD: MESSAGE,v 1.3 2003/05/06 17:42:22 jmmv Exp $
|
2002-06-16 13:34:26 +02:00
|
|
|
|
|
|
|
Edit ${LEAFNODE_CONFDIR}/config and make the necessary local
|
|
|
|
changes.
|
|
|
|
|
2003-05-06 19:40:18 +02:00
|
|
|
Leafnode needs to be run from inetd. An example configuration for
|
2002-06-16 13:34:26 +02:00
|
|
|
/etc/inetd.conf is as follows:
|
|
|
|
nntp stream tcp nowait news ${PREFIX}/sbin/leafnode leafnode
|
|
|
|
nntp stream tcp6 nowait news ${PREFIX}/sbin/leafnode leafnode
|
|
|
|
|
|
|
|
Edit the news user's crontab to run an expiry job. For example, add:
|
|
|
|
0 4 * * * ${PREFIX}/sbin/texpire
|
|
|
|
|
|
|
|
As root or news, run "fetchnews". This may take some time. Then connect
|
|
|
|
to the leafnode server with an NNTP client. Select the groups you want
|
|
|
|
to read in the future by reading the "default" article in them.
|
|
|
|
Run "fetchnews" again. This run will pick up all the groups you want to
|
|
|
|
read. You may wish to automate the running of "fetchnews".
|
2002-09-24 14:29:55 +02:00
|
|
|
===========================================================================
|