1EXCHANGE2MBOX(1) OpenChange Users' Manual EXCHANGE2MBOX(1)
2
3
4
6 exchange2mbox - Convert Exchange mailbox to mbox file
7
8
10 exchange2mbox [-?|--help] [--usage] [-f|--database PATH] [-p|--profile PROFILE]
11 [-P|--password PASSWORD] [-m|--mbox FILENAME] [-u|--update]
12 [-d|--debuglevel LEVEL] [--dump-data]
13
14
16 exchange2mbox provides a way to synchronize an Exchange mailbox with a
17 mbox file. The tool is developed so it only retrieves mails not already
18 stored in the message ID index database and reflects changes back to
19 the Exchange server if the local message copy are deleted.
20
21
23 --database
24
25 -f Set the path to the profile database to use
26
27
28 --profile
29
30 -p Set the profile to use. If no profile is specified,
31 exchange2mbox try to retrieve the default profile in the data‐
32 base. If no default profile has been set, exchange2mbox returns
33 MAPI_E_NOT_FOUND .
34
35
36 --password
37
38 -P Set the password for the profile to use. This can be omitted if
39 the password is stored in the profile.
40
41
42 --mbox
43
44 -m Set the mbox file full path
45
46
47 --update
48
49 -u Synchronize the local mbox file with the remote Exchange server
50 mailbox.
51
52
53 --dump-data
54 Dump the hex data. This is only required for debugging or educa‐
55 tional purposes.
56
57
58 --debuglevel LEVEL
59
60 -d Set the debug level.
61
62
64 Create/Update the mbox file and indexes within the profile database:
65 exchange2mbox
66
67 Update the Exchange mailbox and indexes according to the changes made
68 to the mbox file.
69
70 exchange2mbox -u
71
72
74 If no mbox file is specified, one will be automatically created in
75 $(HOME)/.openchange/mbox . If you are using the default profile data‐
76 base path and have set a default profile (using mapiprofile --pro‐
77 file=profile_name -S ) you do not need to specify these parameters on
78 the command line.
79
80
82 Julien Kerihuel <j.kerihuel at openchange dot org>
83
84 Brad Hards <bradh at openchange dot org>
85
86
87
88OpenChange 2.0 QUADRANT 2013-01-24 EXCHANGE2MBOX(1)