author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Tue, 23 Aug 2011 10:07:58 +0300 | |
changeset 955 | e9a167ac98f3 |
parent 899 | 7b4265c8d324 |
permissions | -rw-r--r-- |
899
7b4265c8d324
Set fill-column as directory local var.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
735
diff
changeset
|
1 |
-*- mode: outline; coding: utf-8; -*- |
76 | 2 |
|
3 |
* Installing. |
|
4 |
||
5 |
** Debian. |
|
6 |
||
7 |
$ sudo apt-get install inn2 |
|
8 |
$ cat /etc/news/inn.conf |
|
9 |
... |
|
10 |
mta: "/usr/sbin/exim4 -oi -oem %s" |
|
11 |
organization: "My HOME nntp" |
|
12 |
pathhost: my.org.int |
|
13 |
domain: org.int |
|
14 |
maxartsize: 10000 |
|
15 |
maxconnections: 10 |
|
16 |
... |
|
17 |
$ cat /etc/news/readers.conf |
|
18 |
... |
|
19 |
auth bifit { |
|
20 |
hosts: "*.org.int, 192.168.1.0/24" |
|
21 |
default: "<LOCAL>" |
|
22 |
} |
|
23 |
access bifit { |
|
24 |
users: "<LOCAL>" |
|
25 |
newsgroups: "comp.*" |
|
26 |
access: RP |
|
27 |
} |
|
28 |
... |
|
29 |
$ sudo /etc/init.d/inn2 reload |
|
30 |
$ sudo ctlinnd newgroup comp.general y gavenko@org.int |
|
31 |
$ sudo ctlinnd newgroup comp.general.lang y gavenko@org.int |
|
32 |
||
33 |
* FAQ |
|
34 |
||
35 |
** innd: SERVER cant listen RCreader Address already in use |
|
36 |
||
37 |
You need disable IPv6, temporary this done by: |
|
38 |
||
39 |
$ su |
|
40 |
... |
|
41 |
# echo 1 > /proc/sys/net/ipv6/bindv6only |
|
298 | 42 |
|
43 |
* Public NNTP server. |
|
44 |
||
45 |
** Gmane. |
|
46 |
||
47 |
news:news.gmane.org |
|
48 |
news list address |
|
49 |
http://rss.gmane.org/gmane.<group>.<name> |
|
50 |
rss feed for list |
|
51 |
http://news.gmane.org/gmane.<group>.<name> |
|
52 |
nice web interface for reading list |
|
53 |
http://blog.gmane.org/gmane.<group>.<name> |
|
54 |
make list blog like |
|
55 |
http://search.gmane.org |
|
56 |
search through mailing list |
|
57 |