Exim4 Mailq Manager

Posted by Tom Willett Fri, 03 Nov 2006 22:43:00 GMT

I have a couple of backup mail servers that get a lot of spam and their mailqs fill up quickly. I looked around for a simple package to manage the queue through a webserver and found none. So I created one and offer it up for all to use. (GPL)

All t he real work is done in a php script run by cron. This script first checks for messages to be deleted and does so if necessary; the n it creates the html files needed for the files currently in the queue.

The html interface displays a list of the messages in the queue. With each message, you can view the header or body and mark it for deletion. Since the messages are only deleted by th e cron job, you can also unmark them.

 

Click > Mailq Manager 1.0 < to download the package.

 

Note: I have only used this on some Debian boxen -- If you use it on something else and run int o trouble, please let me know.

 

Enjoy