logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ctl_deliver - Cyrus IMAP documentation

Author

       The Cyrus Team, Nic Bernstein (Onlight), Jeroen van Meeuwen (Kolab Systems)

Description

ctl_deliver is used to perform various administrative operations on the duplicate delivery database.

       ctl_deliver  reads  its configuration options out of the imapd.conf(5) file unless specified otherwise by
       -C.  The configdirectory option in imapd.conf(5) is  used  to  determine  the  default  location  of  the
       delivery database.

Examples

ctl_deliver-dDumpconfigdirectory/deliver.dbtoSTDOUTctl_deliver-d-f/tmp/deliverdb.txtDumpconfigdirectory/deliver.dbto/tmp/deliverdb.txt.

Files

       /etc/imapd.conf, <configdirectory>/deliver.db

Name

       ctl_deliver - Cyrus IMAP documentation

       Perform operations on the duplicate delivery database

Options

-Cconfig-file
              Use the specified configuration file config-file rather than the default imapd.conf(5).

       -d,--dump
              Dump the contents of the database to standard output in a portable flat-text format.

       -ffilename,--filename=filename
              Use the database specified by filename instead of the default (configdirectory/deliver.db).

See Also

imapd.conf(5), master(8)

Synopsis

ctl_deliver [ -Cconfig-file ] -d [ -ffilename ]

See Also