I have just installed Grommunio as an applicance on a test server. The web admin interface works and so does the webapp.
I have created the same domain as on the Kopano server and added one of the users.
Next I have used gromox-kdb2mt and gromox-mtexm to migrate the data of this user like so:
SQLPAS gromox-kdb2mt --sql-host=10.0.7.52 --sql-user=kopano --sql-db=kopano --mbox-guid=02946856357F4642868D098633F360BD --src-attach="/mnt/kopano" -v | gromox-mt2exm -u user@domain
This did a lot of processing and finished apparently without error. Like so:
kdb2mt: No ACLs will be extracted.
kdb Server GUID: 687e612814194959aaa5c0e46be75be7
Database schema is kdb-118
Store GUID: 02946856357F4642868D098633F360BD
Processing folder "" (7 elements)...
Processing folder "IPM_SUBTREE" (15 elements)...
Processing folder "Inbox" (3339 elements)...
I have shortened the output, there where many more folders that where processed.
Now, when I go the webapp, it says for every folder that there are no items to show in this list.
However, when I do a search, it finds mails. These mails seem intact, even the attachments.
The /var/lib/gromox/user/domain/user/cid directory contains many sub directories containing lots of small files.
Clearly, I must be doing something wrong, but I can't seem to find what.
Any ideas anyone?