Just wanted to make sure your comment meant you figured out that you can:
Just open up the PST import wizard and point to your current .pst
OR
File > Import & Export > Export to a file > Personal Folder File (.pst) > include subfolders > (I prefer to check 'allow duplicates to be created') > then run the Zimbra PST Import wizard on that exported file.
Also be sure you adjust: HKEY_CURRENT_USER\Software\Zimbra\MaxAttachSizeMB (the default only allows 10MB) if you see errors like "Message skipped, MIME representation too large".
Be sure to adjust this server side as well:
Admon console > Global settings > MTA tab> max attachment size and max message size (in 5.0.x there's a missing value in the admin console
Bug 23996 - restore the UI field, corresponding to the zimbraFileUploadMaxSize attribute, in Admin console)
Quote:
su - zimbra
zmprov mcf zimbraMtaMaxMessageSize 51200000
zmprov mcf zimbraFileUploadMaxSize 51200000
|
See this thread for how large you should set each:
[SOLVED] Maximum allowed attachment size
Note that you can bypass the max errors allowed by setting HKEY_CURRENT_USER\Software\Zimbra\ErrorThreshold to 0
There's also an
xml for doing batch processing on a larger number of PST files.