1CYR_INFO(8) Cyrus IMAP CYR_INFO(8)
2
3
4
6 cyr_info - Cyrus IMAP documentation
7
8 General cyrus inspection tool
9
11 cyr_info [OPTIONS] conf
12 cyr_info [OPTIONS] conf-default
13 cyr_info [OPTIONS] conf-all
14 cyr_info [OPTIONS] conf-lint
15 cyr_info [OPTIONS] proc
16
18 cyr_info is a tool for getting information from Cyrus. The intent is
19 to extend this tool with useful commands to make managing and configur‐
20 ing Cyrus easier.
21
22 cyr_info reads its configuration options out of the imapd.conf(5) file
23 unless specified otherwise by -C.
24
25 cyr_info provides the following sub-commands:
26
27 conf Print only the configuration options which are not the same as
28 default (regardless of whether you have specified them or not).
29
30 conf-default
31 Print all default configuration options, ignoring those set
32 locally.
33
34 conf-all
35 Print ALL configuration options - including default options.
36 This command shows which options will be in effect at runtime.
37
38 conf-lint
39 Print only configuration options which are NOT recognised. This
40 command should not print anything. It uses cyrus.conf to find
41 the names of configured services to avoid displaying any known
42 configuration options for the named service.
43
44 proc Print all currently connected processes in the proc directory
45
47 -C config-file
48 Use the specified configuration file config-file rather than the
49 default imapd.conf(5).
50
51 -M config-file
52 Read service specifications from config-file (cyrus.conf for‐
53 mat).
54
55 -n servicename
56 Read the configuration as if for the service named name.
57
59 cyr_info proc
60 List all the proc files and who they're logged in as.
61
62 cyr_info conf-lint
63 Lint the configuration for unrecognized settings.
64
66 This command was introduced in version 3.0.
67
69 /etc/imapd.conf, /etc/cyrus.conf
70
72 imapd.conf(5), cyrus.conf(5)
73
75 The Cyrus Team, Nic Bernstein (Onlight), Jeroen van Meeuwen (Kolab Sys‐
76 tems)
77
79 1993-2017, The Cyrus Team
80
81
82
83
843.0.10 May 27, 2019 CYR_INFO(8)