On 6/2/2010 12:01 PM, spamassassinl...@saphirtech.fr wrote:
Hi,
What can I do? Thanks for any suggestions....
This is what I do when I get performance issues, and long-running
processes:
Here is another performance hint.
When you first setup your server and it's running right, do the following:
cd to wherever you built spamassassin
(in my case
/usr/ports/mail/p5-Mail-SpamAssassin/work/Mail-SpamAssassin-3.3.1)
run the commands:
sh
time spamassassin -t < sample-nonspam.txt > nonspam.out
time spamassassin -t < sample-spam.txt > spam.out
Save this in your server build notes, this is your baseline
and in the future if you start having problems you can run
the same command to see if the slowdown in within SA itself,
or within your MTA.
Ted