Using inn2.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 08 Apr 2009 18:04:45 +0300
changeset 76 1c987d547bf1
parent 75 56267560b7d5
child 77 f9c11dc7533f
child 88 eeba2bd07e90
child 154 906b793ee3c3
Using inn2.
nntp.rst
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nntp.rst	Wed Apr 08 18:04:45 2009 +0300
@@ -0,0 +1,41 @@
+-*- outline -*-
+
+* 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: "<LOCAL>"
+}
+access bifit {
+    users: "<LOCAL>"
+    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