> -----Original Message----- > From: Ed Russell [mailto:[EMAIL PROTECTED] > Sent: Friday, February 10, 2006 10:51 AM > To: users@spamassassin.apache.org > Subject: General assistance > > Am I completely off base in the way I have this all setup? I have went > with > a higher speed HD to increase the threshold on file I/O. Can I tune the > performance of razor etc while maintaining delivery time? Is there > anything > else I should be considering? If I have not explained things well or more > information is needed I will certainly provide anything. >
A few questions I have: What SA version are you running? spamassassin --version What do you have --max-children set to? How much memory do you have free when the box is fully loaded? I'm trying to see if you have any headroom left to have more spamd children running. It sounds like your problem is with waiting on DNS returns. This should mean that you have plenty of processing power remaining just not enough children to handle the requests. Other things to consider: Do you use RBLs at the MTA level? Do you have user verification at the MTA level? Look for messages your MTA can drop before sending to SA. Kris