View Single Post
  #6 (permalink)  
Old 04-17-2006, 06:33 PM
bobby bobby is offline
Zimbra Employee
 
Posts: 515
Default

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'
__________________
Search the Forums - Bugzilla - Wiki - Downloads
Reply With Quote