Add files from parent branch HEAD:
[pkgsrc.git] / news / leafnode / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:29 wiz Exp $
3
4 Edit ${LEAFNODE_CONFDIR}/config and make the necessary local
5 changes.
6
7 Leafnode needs to be run from inetd. An example configuration for
8 /etc/inetd.conf is as follows:
9 nntp stream tcp  nowait news ${PREFIX}/sbin/leafnode leafnode
10 nntp stream tcp6 nowait news ${PREFIX}/sbin/leafnode leafnode
11
12 Edit the news user's crontab to run an expiry job. For example, add:
13 0 4 * * *       ${PREFIX}/sbin/texpire
14
15 As root or news, run "fetchnews". This may take some time. Then connect
16 to the leafnode server with an NNTP client. Select the groups you want
17 to read in the future by reading the "default" article in them.
18 Run "fetchnews" again. This run will pick up all the groups you want to
19 read. You may wish to automate the running of "fetchnews".
20 ===========================================================================