Wednesday, March 27, 2013

How to install ConfigServer Mail Queues (cmq)


The product provides you with a full featured interface to the cPanel exim email queues from within WHM.
The ConfigServer Mail Queues can be an essential tool for:

1  Determining why inbound or outbound email delivery is failing
2  Deleting bounce emails
3  Deleting frozen (undeliverable) emails
4  Forcing queue runs (especially useful for Smart Router emails to Exchange servers that are intermittently online)
5  Integrates with MailScanner, if installed, to offer views/deletion of email in both the Pending and Delivery queues
6  Searching for and viewing/deleting emails to/from specific domains and addresses
7  Viewing the email history from the exim mail logs for specific emails
8  Retry delivery for specific emails

Installation

Go to /usr/local/src folder and download the cmq tar file using the below command.

Code: [Select]
wget http://www.configserver.com/free/cmq.tgz

Untar the file using the below command

Code: [Select]
tar -xzf cmq.tgz

cd into the directory created and run the install script:

Code: [Select]
cd cmq/
sh install.sh

Login to WHM and scroll to the bottom of the left hand menu and you should see “ConfigServer Mail Queues”

Uninstall

Delete the below files.

Code: [Select]
rm -fv /usr/local/cpanel/whostmgr/docroot/cgi/addon_cmq.cgi
rm -fv /usr/local/cpanel/whostmgr/docroot/cgi/cmqversion.txt
rm -Rfv /usr/local/cpanel/whostmgr/docroot/cgi/cmq/

No comments:

Post a Comment