View Single Post
  #9 (permalink)  
Old 10-25-2006, 12:55 AM
bobby bobby is offline
Zimbra Employee
 
Posts: 515
Default

nadia, the stats in the admin console come from data in the logger mysql db, which in turn is derived from the /var/log/zimbra.log. you can connect to the logger db and review some of the data like this:

su - zimbra
logmysql zimbra_logger
show tables;
select * from service_status;
select * from processing_history;
select * from mta_aggregate;
...
__________________
Search the Forums - Bugzilla - Wiki - Downloads
Reply With Quote