NAME
SYNOPSIS
ctl_mboxlist -r
ctl_mboxlist -c
DESCRIPTION
OPTIONS
FILES
/etc/imapd.conf
SEE ALSO

NAME

ctl_mboxlist - perform operations on the mailbox list database

SYNOPSIS

ctl_mboxlist -r

ctl_mboxlist -c

ctl_mboxlist -d [ -f filename ]
ctl_mboxlist -u [ -f filename ]

DESCRIPTION

Ctl_mboxlist is used to perform various administrative operations on the mailbox list database.

Ctl_mboxlist determines the default location of the mailbox list database by reading the configdirectory option out of the imapd.conf(5) file.

OPTIONS

-r

-c

Recover the database after an application or system failure.

Checkpoint the database. Changes to the database which are part of committed transac- tions are written to disk.

-d

-u

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

Load the contents of the database from standard input. The input MUST be in the format output using the -d option.

-f filename

Use the database specified by filename instead of the default (configdirectory/mail-
boxes.db
).


FILES

/etc/imapd.conf

SEE ALSO

imapd.conf(5), master(8)