Re: Missing profile
Posted: Fri Oct 01, 2010 8:01 am
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
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.
\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.