Scroll to navigation

MBPATH(8) Cyrus IMAP MBPATH(8)

NAME

mbpath - Cyrus IMAP documentation

Translate mailbox names to filesystem paths

SYNOPSIS

mbpath [ -C config-file ] [ -l ] [ -m ] [ -q ] [ -s ] [ -u | -p ] [ -a | -A | -M | -S | -U ] [ mailbox-names... ]

DESCRIPTION

Given a mailbox name or a space separated list of mailbox names, mbpath outputs the filesystem path(s) of the mailbox. By default, the mailboxes’ data partition paths are shown (same as -D). See Selectors for selecting which filesystem path(s) to output.

mbpath reads its configuration options out of the imapd.conf(5) file unless specified otherwise by -C. It uses <configdirectory>/mailboxes.db to locate the mailboxes on disk.

OPTIONS

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

Local mailboxes only (exits with error for remote or nonexistent mailboxes)

Output the path to the metadata files (if different from the message files). Legacy, use -M.

Suppress any error output.

If any error occurs, stop processing the list of mailboxes and exit.

The specified mailbox-names are users, not mailboxes.

The specified mailbox-names are UNIX mailbox paths, not mailboxes.

SELECTORS

Show the mailbox archive path

Show the mailbox data path (default)

Show the mailbox metadata path (same as -m)

Show the user sieve scripts path

Show the user files path (seen, sub, etc)

Show all paths, as if all selectors were specified

EXAMPLES

mbpath user.jsmith
Display the data path for mailbox user.jsmith.


mbpath -M user.jsmith
Display the metadata path for mailbox user.jsmith.


mbpath -u -S jsmith
Display the sieve scripts path for user jsmith.


FILES

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

SEE ALSO

imapd.conf(5)

AUTHOR

The Cyrus Team, Nic Bernstein (Onlight)

COPYRIGHT

1993–2023, The Cyrus Team

February 13, 2023 3.6.1