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