1NNRPD.TRACK(5) InterNetNews Documentation NNRPD.TRACK(5)
2
3
4
6 nnrpd.track - Specify hosts to be tracked by nnrpd
7
9 This file, which is located in pathetc, specifies which hosts are to
10 have their activities recorded during an nnrpd session. The nnrpd
11 server reads it when first spawned by innd, provided readertrack in
12 inn.conf is true; otherwise this file is not used.
13
14 Entries consist of one host specification per line, each line having
15 two fields, separated by a colon:
16
17 host:identity
18
19 The first field is either one of the FQDNs of a host, or a domain name
20 (in the form "*.domain.com").
21
22 The second field is simply a segment of text which may be used to more
23 easily identify the client, typically an e-mail address or other
24 identifying mark. Each post of tracked hosts will have an entry
25 associated with identity in the log message recorded to the
26 pathlog/tracklogs directory, and every posted article will be saved in
27 the pathlog/trackposts directory.
28
29 An example of nnrpd.track file is:
30
31 nasty.foo.com:nasty@foo.com
32 *.bar.com:VeryNastyClient
33
35 Written by Steve Carrie <stephenc@uk.uu.net> for InterNetNews.
36 Rewritten into POD by Julien Elie.
37
39 inn.conf(5), nnrpd(8).
40
41
42
43INN 2.6.5 2022-01-23 NNRPD.TRACK(5)