Note that my task list is still not working and needs to be fixed. I had misdiagnosed the problem before -- the problem with mboxgroup26 was caused (I now think) when users reported spam. The only...
Type: Posts; User: hexmode; Keyword(s):
Note that my task list is still not working and needs to be fixed. I had misdiagnosed the problem before -- the problem with mboxgroup26 was caused (I now think) when users reported spam. The only...
I fixed the problem of the non-existant pending_acl_push table with the following:
CREATE TABLE `pending_acl_push` (
`mailbox_id` int(10) unsigned NOT NULL,
`item_id` int(10) unsigned...
ok, the locator column was *supposed* to be renamed in the upgrade. For most mailboxes it was. I fixed it for that db using the folllowing:
mysql> use mboxgroup26;
mysql> alter table...
found the schema: https://wiki.zimbra.com/wiki/Account_mailbox_database_structure
Where can I find the DB schema that Zimbra expects?
I have run into a problem similar to https://www.zimbra.com/forums/administrators/58785-big-problem-after-ugrade-v8.html
The key issue is...
To make things a little easier (but maybe more risky), you only need the following:
1. zmcontrol shutdown
2. cd /opt/zimbra/conf; grep -il hostname *
3. Modify files from above step.
4. cd...