README 962 B

1234567891011121314151617181920
  1. Leafnode 2 is an NNTP proxy server intended for small sites, where
  2. there are few users and little disk space, but where a large number of
  3. groups is desired. It can also be used to give a regular newsreader
  4. off-line functionality.
  5. There is some work to do to install this program effectively, all
  6. of which is clearly set out in the README file contained in the
  7. documents. It is strongly advised that you read this file thoroughly
  8. before installing Leafnode 2. In summary you will need to:
  9. 1. Ensure $NNTPSERVER or /etc/nntpserver points to 'localhost'.
  10. 2. Set /etc/inetd.conf so leafnode is executed for incoming NNTP connections.
  11. 3. Set /etc/hosts.deny and /etc/hosts.allow to protect the server.
  12. 4. Create /etc/leafnode/config and adjust settings as required.
  13. 5. Set cronjobs for fetchnews and texpire.
  14. 6. Fetch the newsgroup list from the upstream server.
  15. 7. Set your newsreader to use 'localhost'.
  16. This is the non Lua-enabled version of Leafnode 2.