301
|
1 NOFFLE for Debian
|
|
2 -----------------
|
|
3
|
|
4 This is the first debian package of noffle, so be prepared for some rough
|
|
5 edges. By all means, _please_ report any bugs you find! (and do so through
|
|
6 the debian bug tracking system, http://bugs.debian.org/)
|
|
7
|
|
8 The standard configuration is stored in /etc/news/noffle.conf, see the
|
440
|
9 manpage for noffle.conf(5) for more info. noffle is started from inetd,
|
|
10 please check your /etc/inetd.conf and adjust it if necessary.
|
301
|
11
|
|
12 IMPORTANT: Once it's been configured, you need to run the following steps
|
|
13 before it will work properly:
|
|
14
|
|
15 noffle --query groups
|
|
16 noffle --query desc (see note)
|
|
17 noffle --fetch
|
|
18
|
|
19 The first fetches the list of available newsgroups from the server. The
|
|
20 second fetches the descriptions of the newsgroups. This isn't required,
|
|
21 but sometimes it can be useful to have those descriptions. The third
|
|
22 actually fetches the articles the first time. After the first time, how
|
|
23 articles can be fetched is decided by the "mode" (see next paragraph).
|
|
24
|
|
25 Noffle on Debian can run in basically two "modes": via PPP and via cron.
|
|
26 The difference is that in PPP mode, it goes online and fetches any
|
|
27 requested articles when the PPP connection is made, whereas in cron mode
|
|
28 it is always online and fetches articles every 30 minutes (edit
|
|
29 /etc/cron.d/noffle to adjust). The mode is configured via
|
|
30 /etc/default/noffle. Of course, the PPP mode can be misused to control
|
|
31 the fetching by hand (i.e. by running "noffle --fetch").
|
|
32
|
|
33 Every day (via cron.daily) an expire is done.
|
|
34
|
|
35 -- Paul Slootman <paul@debian.org>, Mon, 24 Sep 2001 19:55:36 +0200
|
352
|
36 -- Martin A. Godisch <godisch@debian.org> Sat, 04 Jan 2003 09:30:20 +0100
|
301
|
37
|
|
38
|
|
39 Regarding security when authenticating to your NNTP server please keep
|
|
40 two aspects in mind:
|
|
41
|
|
42 1. Your username and password will be stored in plaintext two times on your
|
|
43 harddisk, readable by everyone at least in the group 'news'.
|
|
44 2. Your username and password will be transmitted in plaintext over the wire.
|
|
45
|
|
46 If you have an SSH account on a host which is authenticated to your NNTP
|
|
47 server by itself, you may consider to open an SSH tunnel to that host and
|
|
48 to use localhost as NNTP proxy for noffle. This tunnel can be created using
|
|
49 some kind of
|
|
50
|
|
51 ssh -fNL 10119:remote.news.server:119 mylogin@remote.ssh.server
|
|
52
|
|
53 in combination with SSH public key authentication, which yields
|
|
54
|
|
55 localhost:10119
|
|
56
|
|
57 as "remote" NNTP server for noffle. Have a look at the SSH manuals for
|
|
58 further information.
|
|
59
|
353
|
60 -- Martin A. Godisch <godisch@debian.org> Sat, 04 Jan 2003 09:30:20 +0100
|
301
|
61
|
|
62
|
|
63 There are three low-traffic mailing lists concerning noffle, visit
|
|
64
|
|
65 http://lists.sourceforge.net/lists/listinfo/noffle-announce
|
|
66 http://lists.sourceforge.net/lists/listinfo/noffle-devel
|
|
67 http://lists.sourceforge.net/lists/listinfo/noffle-users
|
|
68
|
|
69 if you are interested.
|
|
70
|
352
|
71 -- Martin A. Godisch <godisch@debian.org> Mon, 20 Jan 2003 16:20:58 +0100
|