1CTL_DELIVER(8) Cyrus IMAP CTL_DELIVER(8)
2
3
4
6 ctl_deliver - Cyrus IMAP documentation
7
8 Perform operations on the duplicate delivery database
9
11 ctl_deliver [ -C config-file ] -d [ -f filename ]
12
14 ctl_deliver is used to perform various administrative operations on the
15 duplicate delivery database.
16
17 ctl_deliver reads its configuration options out of the imapd.conf(5)
18 file unless specified otherwise by -C. The configdirectory option in
19 imapd.conf(5) is used to determine the default location of the delivery
20 database.
21
23 -C config-file
24 Use the specified configuration file config-file rather than the
25 default imapd.conf(5).
26
27 -d Dump the contents of the database to standard output in a porta‐
28 ble flat-text format.
29
30 -f filename
31 Use the database specified by filename instead of the default
32 (configdirectory/deliver.db).
33
35 ctl_deliver -d
36 Dump configdirectory/deliver.db to STDOUT
37
38 ctl_deliver -d -f /tmp/deliverdb.txt
39 Dump configdirectory/deliver.db to /tmp/deliverdb.txt.
40
42 imapd.conf(5), master(8)
43
45 /etc/imapd.conf, <configdirectory>/deliver.db
46
48 The Cyrus Team, Nic Bernstein (Onlight), Jeroen van Meeuwen (Kolab Sys‐
49 tems)
50
52 1993-2017, The Cyrus Team
53
54
55
56
573.0.13 December 16, 2019 CTL_DELIVER(8)