Page 1 of 1

Re: Missing profile

Posted: Fri Oct 01, 2010 8:01 am
by ls-al
The local Cache-Database for Scalix Connect Smartcache is usuall stored in
\Documents and Settings\<user>\Local Settings\Application Data\Scalix\Scalix\MAPI\Profiles\<profilename>\mbcmailbox.mdb

This database can be opened with MS Access. The password is derived from the password of the mailbox. First 13 characters of the md5sum

Code: Select all

# echo -n mypassword | md5sum | cut -c -13


Restoring items larger than 64k may be a challenge. They are stored in the MailExt subdirectory. Compressed and encrypted. And the crypto stuff is based on the Windows encryption mechanism.You may be lost if you needed to create a new local user on the new Windows installation.

Re: Missing profile

Posted: Fri Oct 01, 2010 12:19 pm
by ls-al
I havent tried yet, but I'd start to create another Smartcache profile and then copy the files in the mentioned directory to the directory of the new profile.