Helo,

Problem with your load by SPAM??
no problem... install GrayMilter and disable MailScanner-SpamAssassin!!

1) Install GrayMilter with this link
http://forums.theplanet.com/index.php?showtopic=58402
(i install graymilter v1.25)


2) Disable MailScanner and Spamassassin

QUOTE
chkconfig --del MailScanner
service MailScanner stop
killall -9 MailScanner

chkconfig --del spamassassin
service spamassassin stop
killall -9 spamd

service sendmail restart

pico -w disable_mailscanner_y_spamassassin
QUOTE
#!/bin/bash
for site in `sitelookup -a | cut -f1 -d','`; do
echo "Editando: $site"
/usr/local/bin/EditVirtDomain -c mailscanner,scan_outgoing=0 -c mailscanner,scan_incoming=0 -c spam_filter,off $site
done

sh ./disable_mailscanner_y_spamassassin


then move all script of the MailScanner, Spamassassin and ClamAV from "crontab -e", "/etc/crontab", "/etc/cron.d", "/etc/cron.daily", etc (look this folder and move each script!! for example: check_MailScanner, freshclam, update_virus_scanners, update_phishing_sites, etc)

NOTE: Clamav original with EnsimX is activate by Mailscanner, disable mailscanner no more clamav!! (if you need antivir, install ClamAV-MILTER)

3) SPAM <<<=== "HASTA LA VISTA BABY"


Un abrazo
Aldo