1MBPATH(8) Cyrus IMAP MBPATH(8)
2
3
4
6 mbpath - Cyrus IMAP documentation
7
8 Translate mailbox names to filesystem paths
9
11 mbpath [ -C config-file ] [ -q ] [ -s ] [ -m ] [ mailbox-names... ]
12
14 Given a mailbox name or a space separated list of mailbox names, mbpath
15 outputs the filesystem path to the mailbox.
16
17 mbpath reads its configuration options out of the imapd.conf(5) file
18 unless specified otherwise by -C. It uses <configdirectory>/mail‐
19 boxes.db to locate the mailbox on disk.
20
22 -C config-file
23 Use the specified configuration file config-file rather than the
24 default imapd.conf(5).
25
26 -q Suppress any error output.
27
28 -s If any error occurs, stop processing the list of mailboxes and
29 exit.
30
31 -m Output the path to the metadata files (if different from the
32 message files).
33
35 mbpath user.jsmith
36 Display the path for mailbox user.jsmith.
37
38 mbpath -m user.jsmith
39 Display the metadata path for mailbox user.jsmith.
40
42 /etc/imapd.conf, <configdirectory>/mailboxes.db
43
45 imapd.conf(5)
46
48 The Cyrus Team, Nic Bernstein (Onlight)
49
51 1993-2017, The Cyrus Team
52
53
54
55
563.0.13 December 16, 2019 MBPATH(8)