author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sat, 03 Oct 2015 18:29:10 +0300 | |
changeset 1765 | 2132765de2f4 |
parent 1373 | fa8f4f3714be |
child 1911 | 870693ce6ff0 |
permissions | -rw-r--r-- |
1372 | 1 |
.. -*- coding: utf-8; -*- |
2 |
.. include:: HEADER.rst |
|
3 |
||
4 |
======= |
|
5 |
NNTP. |
|
6 |
======= |
|
7 |
||
8 |
Installing INN2 on Debian. |
|
9 |
========================== |
|
10 |
:: |
|
11 |
||
12 |
$ sudo apt-get install inn2 |
|
13 |
$ cat /etc/news/inn.conf |
|
14 |
... |
|
15 |
mta: "/usr/sbin/exim4 -oi -oem %s" |
|
16 |
organization: "My HOME nntp" |
|
17 |
pathhost: my.org.int |
|
18 |
domain: org.int |
|
19 |
maxartsize: 10000 |
|
20 |
maxconnections: 10 |
|
21 |
... |
|
22 |
||
23 |
$ cat /etc/news/readers.conf |
|
24 |
... |
|
25 |
auth bifit { |
|
26 |
hosts: "*.org.int, 192.168.1.0/24" |
|
27 |
default: "<LOCAL>" |
|
28 |
} |
|
29 |
access bifit { |
|
30 |
users: "<LOCAL>" |
|
31 |
newsgroups: "comp.*" |
|
32 |
access: RP |
|
33 |
} |
|
34 |
... |
|
35 |
||
36 |
$ sudo /etc/init.d/inn2 reload |
|
37 |
$ sudo ctlinnd newgroup comp.general y gavenko@org.int |
|
38 |
$ sudo ctlinnd newgroup comp.general.lang y gavenko@org.int |
|
39 |
||
40 |
innd: SERVER cant listen RCreader Address already in use. |
|
41 |
--------------------------------------------------------- |
|
42 |
||
43 |
You need disable IPv6, temporary this done by:: |
|
44 |
||
45 |
$ su |
|
46 |
$ echo 1 > /proc/sys/net/ipv6/bindv6only |
|
47 |
||
48 |
Public NNTP server. |
|
49 |
=================== |
|
50 |
||
51 |
Gmane. |
|
52 |
------ |
|
53 |
||
54 |
news:news.gmane.org |
|
55 |
news list address |
|
56 |
http://rss.gmane.org/gmane.<group>.<name> |
|
57 |
rss feed for list |
|
58 |
http://news.gmane.org/gmane.<group>.<name> |
|
59 |
nice web interface for reading list |
|
60 |
http://blog.gmane.org/gmane.<group>.<name> |
|
61 |
make list blog like |
|
62 |
http://search.gmane.org |
|
63 |
search through mailing list |
|
64 |
||
65 |
Public NNTP archives. |
|
66 |
===================== |
|
67 |
||
1373
fa8f4f3714be
Public NNTP archives.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1372
diff
changeset
|
68 |
https://groups.google.com/ |
fa8f4f3714be
Public NNTP archives.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1372
diff
changeset
|
69 |
Biggest usenet archive. |
fa8f4f3714be
Public NNTP archives.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1372
diff
changeset
|
70 |
http://www.derkeiler.com/ |
fa8f4f3714be
Public NNTP archives.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1372
diff
changeset
|
71 |
USENET archive since 2001. |
fa8f4f3714be
Public NNTP archives.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1372
diff
changeset
|
72 |
http://marc.info/ |
fa8f4f3714be
Public NNTP archives.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1372
diff
changeset
|
73 |
Very big mailing list archive. |