|
This script is a WHM or cPanel bash script that deletes email of the Exim queue that corresponds to a domain or email address.
Very useful to clean up queues after an spamming attempt since from cPanel it can take ages to do it. This script will kill 100K spam from the queue in seconds
example of usage
# ./delexim spammer@yahoo.com.hk
To have delexim running you only have to do:
Save the downloaded file to the /root folder, start your sshd session and run:
cd /root
tar -xzf delexim.tar.gz
chmod 777 delexim
to delete email
./delexim testemail@test.com
| Available Options: |
| Downloadable Files: |
|
|