If I try to generate a report manually, I get this in the system logs basically indicating that "mailsec_data" has a problem with it...
2009:05:30-13:13:48 gatekeeper postgres[31574]: [13-1] ERROR: relation "mailsec_data" does not exist
2009:05:30-13:13:48 gatekeeper postgres[31574]: [13-2] STATEMENT: SELECT (dstuser || '@' || dstdomain) as recipient,transform_common(CAST(sum(mailcount) AS BIGINT)) as
2009:05:30-13:13:48 gatekeeper postgres[31574]: [13-3] sum_count_str,sum(mailcount) as sum_count_int,transform_SI(CAST(sum(mailsize) AS BIGINT),1) as sum_size_str,sum(mailsize) as
2009:05:30-13:13:48 gatekeeper postgres[31574]: [13-4] sum_size_int,transform_common(count(DISTINCT (srcuser || '@' || srcdomain))) as cnt_sdr_str,count(DISTINCT (srcuser || '@' ||
2009:05:30-13:13:48 gatekeeper postgres[31574]: [13-5] srcdomain)) as cnt_sdr_int FROM mailsec_data WHERE dayabs = 733557 AND type = 1 GROUP BY recipient ORDER BY sum_count_int DESC
I guess a little whoopsie in postgresql.