chiark / gitweb /
debugging for thing that crashed
[inn-innduct.git] / doc / man / nnrpd.track.5
1 .\" $Revision: 5909 $
2 .TH NNRPD.TRACK 5
3 .SH NAME
4 nnrpd.track \- file to specify hosts to be tracked by nnrpd.
5 .SH DESCRIPTION
6 This file, which is located in
7 .I <pathetc in inn.conf>,
8 specifies which hosts are to have their activities recorded during an
9 .I nnrpd
10 session.
11 The
12 .I nnrpd
13 server reads it when first spawned by
14 .IR innd ,
15 provided
16 .I readertrack
17 in
18 .I inn.conf
19 is true; otherwise this file is not used.
20 .PP
21 Entries consist of one host specification per line, each line having two
22 fields, separated by a colon:
23 .RS
24 .nf
25
26 host:identity
27 .fi
28 .RE
29 .PP
30 The first field is either the FQDN of a host, or a domain name (in 
31 the form *.domain.com).
32 .PP
33 The second field is simply a segment of text which may be used to
34 more easily identify the client, typically an e-mail address or other
35 identifying mark.
36 .PP
37 For example:
38 .RS
39 .nf
40
41 nasty.foo.com:nasty@foo.com
42 *.bar.com:VeryNastyClient
43 .fi
44 .RE
45 .PP
46 Written by Steve Carrie <stephenc@uk.uu.net> for InterNetNews.
47 .de R$
48 This is revision \\$3, dated \\$4.
49 ..
50 .R$ $Id: nnrpd.track.5 5909 2002-12-03 05:17:18Z vinocur $
51 .SH "SEE ALSO"
52 inn.conf(5),
53 innd(8),
54 newsfeeds(5),
55 nnrpd(8),