[7.450][DUPE][FIXED] Mail Security and GrayListing

Seems like Graylisting is not working, and SMTP keeps crashing....

Systemlog says:

2009:06:15-21:17:31 fw postgres[23231]: [4-1] ERROR: relation "mailsec_data" does not exist
2009:06:15-21:17:31 fw postgres[23231]: [4-2] STATEMENT: SELECT transform_common(CAST(sum(mailcount) AS BIGINT)) as sum_count_str,sum(mailcount) as
2009:06:15-21:17:31 fw postgres[23231]: [4-3] sum_count_int,transform_SI(CAST(sum(mailsize) AS BIGINT),1) as sum_size_str,sum(mailsize) as
2009:06:15-21:17:31 fw postgres[23231]: [4-4] sum_size_int,transform_common(count(DISTINCT (dstuser || '@' || dstdomain))) as cnt_rcpt_str,count(DISTINCT (dstuser || '@' ||
2009:06:15-21:17:31 fw postgres[23231]: [4-5] dstdomain)) as cnt_rcpt_int FROM mailsec_data WHERE dayabs = 733573 AND type = 1

According to the Live log from the mail, it should send out a graylisting reject, but it doesn't.....instead, mail is delivered right away......
Parents Reply Children
No Data