Cleaning SpamDyke Log Table in plesk

by: WanderingTechy June 9, 2011

The spamdyke_log_table gets very large very quickly.  This slows down viewing from within the plesk panel.  To clean up records older than 7 days use the following command delete from spamdyke_log_table where `time` < DATE_ADD(CURDATE(),interval  -7 day);

A quicker way to install spamdyke greylisting with control panel on plesk

by: WanderingTechy March 11, 2011

Here is a quicker way to install greylisting and give it a decent control panel in plesk Big thanks to http://www.atomicorp.com/ I don’t trust or use the builtin greylisting in plesk as it is borked and I can’t see them getting it right.