Import MBOX files into Zimbra Collaboration Suite. Server-side import with zmmailbox CLI or IMAP client upload. Migrate from Thunderbird, Gmail, or any MBOX source.
| Feature | MBOX | Zimbra |
|---|---|---|
| Format type | File format (text-based) | Email server platform |
| Import support | Universal (most clients and tools) | Native MBOX import via zmmailbox |
| Access method | Local file (no server) | Web client, IMAP, POP3 |
| Search | No built-in search | Server-side full-text search |
| Multi-user | Single file, single user | Multi-user enterprise platform |
| Management | File system operations | Admin console with quotas, policies |
Transfer the MBOX file to the Zimbra server via SCP/SFTP. Use the zmmailbox command to import: zmmailbox -z -m user@domain.com postRestURL '/Inbox' /path/to/inbox.mbox. Repeat for each folder's MBOX file.
Pros
Cons
Use the Zimbra REST API to upload MBOX files directly to user mailboxes over HTTPS. This can be done with curl: curl -u user@domain:password -T file.mbox 'https://zimbra.domain.com/home/user@domain/Inbox?fmt=mbox'
Pros
Cons
Import the MBOX file into Thunderbird's local folders using ImportExportTools NG, then connect Thunderbird to the Zimbra account via IMAP. Move or copy emails from local folders to Zimbra IMAP folders.
Pros
Cons
Step by step
Drag & drop or click to upload your .mbox file. Files up to 51 GB supported with resumable upload.
Select Zimbra from the format dropdown. MailtoPst auto-detects the best conversion settings.
Conversion takes seconds. Download your .zimbra file or receive it by email.
100 MB free credit. No credit card required.
FAQ
Yes. Zimbra's zmmailbox CLI tool has built-in MBOX import via the postRestURL command. This is the recommended method for server-side import. Zimbra also supports MBOX upload through its REST API.
Export your Gmail data using Google Takeout (select Mail only, MBOX format). Transfer the downloaded MBOX files to your Zimbra server and import using zmmailbox postRestURL. For multiple users, script the process.
Yes. Convert the PST to MBOX using MailtoPst, then import the MBOX into Zimbra. This is the recommended migration path from Outlook/Exchange to Zimbra: PST > MBOX (via MailtoPst) > Zimbra (via zmmailbox).
MBOX files represent individual folders. Import each MBOX file into the corresponding Zimbra folder using the postRestURL target path. For example, '/Inbox' for inbox, '/Sent' for sent items, or '/CustomFolder' for custom folders.
Server-side import via zmmailbox is very fast — typically processing 5-20 GB per hour depending on server hardware. REST API upload speed depends on network bandwidth. IMAP client import is slowest at 1-2 GB per hour.
First conversion free. No credit card required.