arbitron - Cyrus IMAP documentation
Contents
Copyright
1993–2025, The Cyrus Team
3.10.2 Jun 27, 2025 ARBITRON(8)
Description
arbitron collects and reports readership statistics for mailboxes on the server. It also optionally
prunes the mailboxes of \Seen state for dormant users.
arbitron produces one line of output per mailbox, reporting the mailbox name followed by a space,
followed by the number of readers (and if -u is specified, followed by a colon and a comma-separated list
of the reader's user IDs), and if -o is not specified, another space and the number of subscribers (and
if -u is specified, followed by a colon and a comma-separated list of the subscribers userids).
IMPORTANT:
This format is subject to change in future versions.
Each "reader" is a distinct authorization identity which has the s right to the mailbox and which has
SELECTed the mailbox within either the past -ddays or the specified -Ddate[:range].
Users are not counted as reading their own personal mail‐boxes. Personal mailboxes are not reported
unless there is at least one reader other than the mailboxes owner.
arbitron reads its configuration options out of the imapd.conf(5) file unless specified otherwise by -C.
Examples
arbitron-lLong-formatlist.arbitron-oOldformat(nosubscribers)shortlist.arbitronNormalshortlist.arbitron-d14Normalshortlistformatforthepast14days.arbitron-D04012015:04152015NormalshortlistWithindaterangeof12-15April,2015.
Files
/etc/imapd.conf
Name
arbitron - Cyrus IMAP documentation
Report readership statistics for mailboxes on the server.
Options
-Cconfig-file
Use the specified configuration file config-file rather than the default imapd.conf(5).
-Dmmddyyyy[:mmddyyyy],--date=mmddyyyy[:mmddyyyy]
Count as a reader an authorization identity which has used the mailbox within the given date
range.
The start date and optionally the end date are specified as 2-digit month of the year, 2-digit day
of the month, and 4-digit year.
If the end date is not specified, the current system time will be used as the end time.
NOTE:
Please note that the date notation is American [mmddyyyy] not [ddmmyyyy].
-ddays,--days=days
Count as a reader an authorization identity which has used the mailbox within the past days days.
-l,--detailed
Enable long reporting (comma delimited table consisting of mbox, userid, r/s, start time, end
time).
-o,--no-subscribers
Report "the old way" -- not including subscribers.
-pmonths,--prune-seen=months
Prune \Seen state for users who have not used the mailbox within the past months months. The
default is infinity.
-u,--include-userids
Include userids of mailbox readers in the report. If the report will contain mailbox subscribers
(see --no-subscribers), also include userids of the subscribers.
See Also
imapd.conf(5)Synopsis
arbitron [ -Cconfig-file ] [ -o ] [ -u ] [ -l ] [ -pmonths ]
[ -ddays | -Dmmddyyyy[:mmddyyyy] ] mailbox...
