Ítalo Rossi wrote: > Hello, > > We have postfix 2.3.7-3 + dspam 3.6.8 + mysql 4.1 storage running on > debian etch. A few days ago the queue of my server was bigger, and my > database is very slow, so.. what can I do to fix this problem? >
Recently I had a similar problem, I solved them by optimizing the tables, see: http://dev.mysql.com/doc/refman/5.0/en/analyze-table.html http://dev.mysql.com/doc/refman/5.0/en/optimize-table.html Otherwise you can try to do this optimization (not tested): http://www.howtoforge.com/optimizing_dspam_mysql4.1 inode
