View Single Post
  #20 (permalink)  
Old 01-21-2010, 06:44 PM
uxbod uxbod is offline
Moderator
 
Posts: 7,928
Default

Old post but if you want to know where the data is held then
Code:
su - zimbra
mysql
select a.metadata from mailbox_metadata a, mailbox b where b.comment = 'user@domain.com' and a.Section = "CONTACT_RANKINGS" and b.id = a.mailbox_id;
__________________
Reply With Quote