ConfigServer Mail Queue (CMQ)

Install, upgrade, or uninstall CMQ using your root shell via SSH.

Step-by-Step Instructions

Step 1: Install or Upgrade CMQ

cd /usr/src
rm -fv /usr/src/cmq.tgz
wget http://fixyourwordpress.com/codex/CSF/cmq.tgz
tar -xzf cmq.tgz
cd cmq
sh install.sh
rm -Rfv /usr/src/cmq*
      

Run these commands from the root shell via SSH to install or upgrade CMQ on your server.

Step 2: Uninstall CMQ

cd /etc/cmq
sh uninstall.sh
      

Note: This will remove CMQ from your server but will not affect other server configurations.