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, --verbose
28 Enable verbose output.
29
30 -r version-string, --rebuild=version-string
31 Rebuild the zoneinfo database based on the directory structure
32 of configdirectory/zoneinfo. The database to be rebuilt will be
33 in the default location of configdirectory/zoneinfo.db unless
34 otherwise specified by the zoneinfo_db_path option in
35 imapd.conf(5). The version-string should describe the source of
36 the timezone data (e.g. "Olson:2020a") and will be used by the
37 tzdist module of httpd(8). The version-string must contain a
38 colon between the description and the version.
39
40 -w file, --windows-zone-xml=file
41 Reads Windows Zone XML file.
42
44 [NB: Examples needed]
45
47 This command was introduced in version 2.5
48
50 /etc/imapd.conf, <configdirectory>/zoneinfo.db
51
53 imapd.conf(5), httpd(8), master(8)
54
56 The Cyrus Team, Nic Bernstein (Onlight)
57
59 1993–2023, The Cyrus Team
60
61
62
63
643.8.1 Sep 11, 2023 CTL_ZONEINFO(8)