* Daryl C. W. O'Shea <[EMAIL PROTECTED]> [071019 14:59]: > Justin Kim wrote: >> I don't know what is causing my postfix server to defer messages couple of >> times daily. > >> By looking at the logs, I can only tell there is something that keeps one >> spam checking process running for 5~10 mins. > > Likely bayes auto expiry. Disable bayes_auto_expiry and do the expiries > via a cron job instead.
Do you think running a bayes expire via cronjob is necessary if you are running a INNOdb based bayes DB (with this patch[1])? Also, if you postpone the bayes expire to instead run it via cron aren't you just making the expiration stack up and instead are delaying this condition until later (when the cron job runs) and for longer (because the expiration hasn't been run in a while)? Micah 1. http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5661