Hi, I have an ISPConfig perfect setup on Debian Sarge 3.1 and my processor (Athlon XP 3000) is too old to support charge (600 mails addresses + 20 sites) : My load average can go up 100.0 !!!! It seems that Spamassassin is the cause of my very high load average (avg on a day=2.96 ). Can i stop spamassassin process whithout that cause problem in ISPConfig ? I want to do that until i buy a new server. Thanks for your help !
To stop spamassassin, spamscanning must be disabled in the mailuser accounts. maybe you can do it in the database by executing this in the database: Code: update isp_isp_user set user_spamfilter = 0, status = 'u' WHERE 1 then change a setting of one user in the interface and click on save. ISPCOnfig will disable spamscanning for all users. Please make a database backup before, i have not tested this!