1ARBITRON(8)                       Cyrus IMAP                       ARBITRON(8)
2
3
4

NAME

6       arbitron - Cyrus IMAP documentation
7
8       Report readership statistics for mailboxes on the server.
9

SYNOPSIS

11       arbitron [ -C config-file ] [ -o ] [ -u ] [ -l ] [ -p months ]
12                [ -d days | -D mmddyyyy[:mmddyyyy] ] mailbox...
13

DESCRIPTION

15       arbitron  collects  and  reports readership statistics for mailboxes on
16       the server. It also optionally prunes the mailboxes of \Seen state  for
17       dormant users.
18
19       arbitron produces one line of output per mailbox, reporting the mailbox
20       name followed by a space, followed by the number of readers (and if  -u
21       is  specified,  followed  by  a colon and a comma-separated list of the
22       reader’s user IDs), and if -o is not specified, another space  and  the
23       number  of subscribers (and if -u is specified, followed by a colon and
24       a comma-separated list of the subscribers userids).
25
26       IMPORTANT:
27          This format is subject to change in future versions.
28
29       Each “reader” is  a  distinct  authorization  identity  which  has  the
30       imap-admin-access-control-right-s  right  to  the mailbox and which has
31       SELECTed the mailbox within either the past -d days or the specified -D
32       date[:range].
33
34       Users  are  not  counted as reading their own personal mail‐boxes. Per‐
35       sonal mailboxes are not reported unless there is at  least  one  reader
36       other than the mailboxes owner.
37
38       arbitron  reads its configuration options out of the imapd.conf(5) file
39       unless specified otherwise by -C.
40

OPTIONS

42       -C config-file
43              Use the specified configuration file config-file rather than the
44              default imapd.conf(5).
45
46       -o     Report “the old way” – not including subscribers.
47
48       -l     Enable long reporting (comma delimited table consisting of mbox,
49              userid, r/s, start time, end time).
50
51       -d days
52              Count as a reader an authorization identity which has  used  the
53              mailbox within the past days days.
54
55       -D mmddyyyy[:mmddyyyy]
56              Count  as  a reader an authorization identity which has used the
57              mailbox within the given date range.
58
59              The start date and optionally the  end  date  are  specified  as
60              2-digit month of the year, 2-digit day of the month, and 4-digit
61              year.
62
63              If the end date is not specified, the current system  time  will
64              be used as the end time.
65
66              NOTE:
67                 Please note that the date notation is American [mmddyyyy] not
68                 [ddmmyyyy].
69
70       -p months
71              Prune \Seen state for users who have not used the mailbox within
72              the past months months. The default is infinity.
73

EXAMPLES

75       arbitron -l
76          Long-format list.
77
78       arbitron -o
79          Old format (no subscribers) short list.
80
81       arbitron
82          Normal short list.
83
84       arbitron -d 14
85          Normal short list format for the past 14 days.
86
87       arbitron -D 04012015:04152015
88          Normal short list Within date range of 12 - 15 April, 2015.
89

FILES

91       /etc/imapd.conf
92

SEE ALSO

94       imapd.conf(5)
95

AUTHOR

97       The Cyrus Team, Nic Bernstein (Onlight), Jeroen van Meeuwen (Kolab Sys‐
98       tems)
99
101       1993-2018, The Cyrus Team
102
103
104
105
1063.4.4                            June 27, 2022                     ARBITRON(8)
Impressum