Skip to content

Latest commit

 

History

History
90 lines (51 loc) · 1.31 KB

File metadata and controls

90 lines (51 loc) · 1.31 KB

mbpath(8)

mbpath

Translate mailbox names to filesystem paths

Synopsis

mbpath [ -C config-file ] [ -q ] [ -s ] [ -m ] [ mailbox-names... ]

Description

Given a mailbox name or a space separated list of mailbox names, mbpath outputs the filesystem path to the mailbox.

mbpath It uses <configdirectory>/mailboxes.db to locate the mailbox on disk.

Options

mbpath

-C config-file

-q

Suppress any error output.

-s

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

-m

Output the path to the metadata files (if different from the message files).

Examples

mbpath user.jsmith

html

/var/spool/imap/user/jsmith

mbpath -m user.jsmith

html

/var/spool/meta/imap/user/jsmith

Files

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

See Also

imapd.conf(5)