HELP!!!


I have installed zimbra 5.0.3GA on solaris,but admin server status shows "Data not yet available" only in "mail count" and "mail volume" tab.
I searched in the database zimbra_logger, found in the table raw_logs , the postfix_qid field is NULL , below is details:
mysql> select * from raw_logs where app like 'postfix%' limit 3;
+-----+---------------------+------------------+-----------------+-------+----------------------------------------------------------------------
--------------------------------+-------------+
| id | log_date | loghost | app | pid | msg
| postfix_qid |
+-----+---------------------+------------------+-----------------+-------+----------------------------------------------------------------------
--------------------------------+-------------+
| 116 | 2008-07-03 11:35:03 | mail.domain.com | postfix/cleanup | 14662 | [ID 197553 mail.info] 6A8FE7AC9: message-
id=<25056201.01215056100891.JavaMail.root@mail.mail.co m> | NULL |
| 123 | 2008-07-03 11:35:05 | mail.domain.com | postfix/cleanup | 14662 | [ID 197553 mail.info] F408E7ACF: message-
id=<25056201.01215056100891.JavaMail.root@mail.mail.co m> | NULL |
| 163 | 2008-07-03 11:43:02 | mail.domain.com | postfix/cleanup | 16405 | [ID 197553 mail.info] 207837AC9: message-
id=<8119943.31215056581343.JavaMail.root@mail.mail.com> | NULL |
+-----+---------------------+------------------+-----------------+-------+----------------------------------------------------------------------
--------------------------------+-------------+
3 rows in set (0.00 sec)
I compared the contend of msg field between linux and solaris . the difference is :
solaris:msg:[ID 197553 mail.info] F408E7ACF: message-id=<25056201.01215056100891.JavaMail.root@mail.domain. com>
linux :msg:C306B27DFBD: message-id=<3677959644.20080703045940@iqtest-nyc.com>
I also found that the qid field of the zmlogger script is:
$qid = $4 if ($app =~ /^postfix/ && $msg =~ /^(\S{8,12}): /);
Any reply will appreciate!

