Qmail: Install qmail remove + qfixq
Qmail remove is used by qmail MTA (Mail Transfer Agent) to remove the mail queue caused by compromised email or malicious script. Some of VPS or Dedicated Server that still using qmail, need to install this qmail-remove plus qfixq. These software is complete part to remove mail queue safely.
Login as root and navigate to /root
Install from source
wget -c https://www.linuxmagic.com/opensource/qmail/qmail-remove/qmail-remove-0.95.tar.gz
or
wget -c http://hudatest.hostcentral.net/qmail-remove-0.95.tar.gz
Extract & Install
tar -zxvf qmail-remove-0.95.tar.gz cd qmail-remove-0.95 yum install gcc make make install
Download qfixq
cd /root wget -c https://qmail.jms1.net/scripts/qfixq
or
wget -c http://hudatest.hostcentral.net/qfixq
Make script executable
chmod +x qfixq
Now you can execute qfixq by commence /root/qfixq
