1CTL_ZONEINFO(8) Cyrus IMAP CTL_ZONEINFO(8)
2
3
4
6 ctl_zoneinfo - Cyrus IMAP documentation
7
8 perform operations on the zoneinfo database
9
11 ctl_zoneinfo [ -C config-file ] [ -v ] -r version-string
12
13 ctl_zoneinfo [ -C config-file ] [ -v ] -w file
14
16 ctl_zoneinfo is used to perform various administrative operations on
17 the zoneinfo database.
18
19 ctl_zoneinfo reads its configuration options out of the imapd.conf(5)
20 file unless specified otherwise by -C.
21
23 -C config-file
24 Use the specified configuration file config-file rather than the
25 default imapd.conf(5).
26
27 -v Enable verbose output.
28
29 -r version-string
30 Rebuild the zoneinfo database based on the directory structure
31 of configdirectory/zoneinfo. The database to be rebuilt will be
32 in the default location of configdirectory/zoneinfo.db unless
33 otherwise specified by the zoneinfo_db_path option in
34 imapd.conf(5). The version-string should describe the source of
35 the timezone data (e.g. “Olson:2020a”) and will be used by the
36 tzdist module of httpd(8). The version-string must contain a
37 colon between the description and the version.
38
39 -w file
40 Reads Windows Zone XML file.
41
43 [NB: Examples needed]
44
46 This command was introduced in version 2.5
47
49 /etc/imapd.conf, <configdirectory>/zoneinfo.db
50
52 imapd.conf(5), httpd(8), master(8)
53
55 The Cyrus Team, Nic Bernstein (Onlight)
56
58 1993–2022, The Cyrus Team
59
60
61
62
633.6.0 December 12, 2022 CTL_ZONEINFO(8)