# HG changeset patch # User Oleksandr Gavenko # Date 1348388781 -10800 # Node ID 4031fb0dc90e8b97443518ee1c18054bb21a1c09 # Parent f696187c00981d8e58a98485db82594dba569ae1 Convert to RSt syntax. diff -r f696187c0098 -r 4031fb0dc90e nntp.rst --- a/nntp.rst Thu Sep 20 22:34:23 2012 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,57 +0,0 @@ --*- mode: outline; coding: utf-8; -*- - -* Installing. - -** Debian. - - $ sudo apt-get install inn2 - $ cat /etc/news/inn.conf -... -mta: "/usr/sbin/exim4 -oi -oem %s" -organization: "My HOME nntp" -pathhost: my.org.int -domain: org.int -maxartsize: 10000 -maxconnections: 10 -... - $ cat /etc/news/readers.conf -... -auth bifit { - hosts: "*.org.int, 192.168.1.0/24" - default: "" -} -access bifit { - users: "" - newsgroups: "comp.*" - access: RP -} -... - $ sudo /etc/init.d/inn2 reload - $ sudo ctlinnd newgroup comp.general y gavenko@org.int - $ sudo ctlinnd newgroup comp.general.lang y gavenko@org.int - -* FAQ - -** innd: SERVER cant listen RCreader Address already in use - -You need disable IPv6, temporary this done by: - - $ su -... - # echo 1 > /proc/sys/net/ipv6/bindv6only - -* Public NNTP server. - -** Gmane. - - news:news.gmane.org - news list address - http://rss.gmane.org/gmane.. - rss feed for list - http://news.gmane.org/gmane.. - nice web interface for reading list - http://blog.gmane.org/gmane.. - make list blog like - http://search.gmane.org - search through mailing list -