Hello, any answer! Thanks.
During these days I've explored the following:
- that on the default installation Zimbra manages everything by means of MySQL DB;
- to enable root access use follwing command under the zimbra user
Code:
zmmypasswd [ --root ] newpassword
- next that we have mostly one system database name zimbra and various schemas for every mailbox, that is mboxgroup1, mboxgroup2, ...
- all data regarding emails, contacts and groups of contacts are saved in
Code:
mboxgroup1.mail_item
- contacts and groups are distinct from other types of records by the field mboxgroup1.type
Code:
mboxgroup1.type='6'
- groups are distinct from contacts by the special structure of mboxgroup1.metadata field, that is
- the group metadata field init by
- the contact metadata field init
The last gives the possibility to distinguish between groups and contacts.
Is it somehow correct? Is it a stable structure or it may vary on some matter, so that the scheme could fail?
Thanks for any consideration!