1CYRFETCHNEWS(8) System Manager's Manual CYRFETCHNEWS(8)
2
3
4
6 cyrfetchnews - retrieve new articles from peer and feed to Cyrus
7
9 cyrfetchnews [ -C config-file ] [ -s servername[:port] ]
10 [ -n ] [ -y ] [ -w wildmat ] [ -f tstampfile ]
11 [ -a authname [ -p password ] ] peername
12
14 Cyrfetchnews retrieves news articles from a peer news server and feeds
15 them to a Cyrus server. Cyrfetchnews connects to the peer specified by
16 peername, requests new articles since the time stored in tstampfile and
17 feeds them to servername.
18
19 Cyrfetchnews reads its configuration options out of the imapd.conf(5)
20 file unless specified otherwise by -C.
21
23 -C config-file
24 Read configuration options from config-file.
25
26 -s servername
27 Hostname of the Cyrus server (with optional port) to which arti‐
28 cles should be fed. Defaults to "localhost:nntp".
29
30 -n Don't use the NEWNEWS command. Cyrfetchnews will keep track of
31 the high and low water marks for each group and use them to
32 fetch new articles.
33
34 -y Use 4 instead of 2 digits for year. 2-digits are rfc977- but not
35 y2k-compliant.
36
37 -w wildmat
38 Wildmat pattern specifying which newsgroups to search for new
39 articles. Defaults to "*".
40
41 -f tstampfile
42 File in which to read/write the timestamp of when articles were
43 last retrieved. Defaults to "newsstamp" located in configdir as
44 specified by the configuration options.
45
46 -a authname
47 Userid to use for authentication.
48
49 -p password
50 Password to use for authentication.
51
53 /etc/imapd.conf
54
55
56
57CMU Project Cyrus CYRFETCHNEWS(8)