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
28 Dump the contents of the database to standard output in a porta‐
29 ble flat-text format.
30
31 -f filename, --filename=filename
32 Use the database specified by filename instead of the default
33 (configdirectory/deliver.db).
34
36 ctl_deliver -d
37 Dump configdirectory/deliver.db to STDOUT
38
39 ctl_deliver -d -f /tmp/deliverdb.txt
40 Dump configdirectory/deliver.db to /tmp/deliverdb.txt.
41
43 imapd.conf(5), master(8)
44
46 /etc/imapd.conf, <configdirectory>/deliver.db
47
49 The Cyrus Team, Nic Bernstein (Onlight), Jeroen van Meeuwen (Kolab Sys‐
50 tems)
51
53 1993–2023, The Cyrus Team
54
55
56
57
583.8.1 Sep 11, 2023 CTL_DELIVER(8)