1NNRPD.TRACK(5) File Formats Manual NNRPD.TRACK(5)
2
3
4
6 nnrpd.track - file to specify hosts to be tracked by nnrpd.
7
9 This file, which is located in <pathetc in inn.conf>, specifies which
10 hosts are to have their activities recorded during an nnrpd session.
11 The nnrpd server reads it when first spawned by innd, provided reader‐
12 track in 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 iden‐
24 tifying mark.
25
26 For example:
27
28 nasty.foo.com:nasty@foo.com
29 *.bar.com:VeryNastyClient
30
31 Written by Steve Carrie <stephenc@uk.uu.net> for InterNetNews. This is
32 revision 10179, dated 2017-09-18.
33
35 inn.conf(5), innd(8), newsfeeds(5), nnrpd(8),
36
37
38
39 NNRPD.TRACK(5)