How to clean qmail queue if spam sending bot attacks your server?
August 17, 2013
general, hosting technology, Technical
Hosting Expert
0
Simply run these commands. You will be ok in no time 🙂 These commands simply delete all email files from all sub-directories of qmail queue root directory. It works like a charm for current version of kloxo. qmailctl stop find /var/qmail/queue/mess -type f -exec rm {} \; find /var/qmail/queue/info -type f -exec rm {} \; […]