Quote:
|
> By the way, all of your messages are stored in /opt/zimbra/db/data
|
hmm not so fast. the raw message data is stored in /opt/zimbra/store/. the meta-data is in mysql /opt/zimbra/db/data.
Quote:
> The problem is you may have no idea who's "mailbox01", so you have to read the message...but there might be an easier way.
>
|
to find out who has mailboxXXX:
mysql -e 'use zimbra; select id,comment from mailbox where id=XXX'