exim -bp | exiqgrep -i | xargs exim -Mrm
The following will remove mails older than 5 mins (300 seconds). Adjust to the time you would like.
exiqgrep -o 300 -i | xargs exim -Mrm
exim -bp | exiqgrep -i | xargs exim -Mrm
exiqgrep -o 300 -i | xargs exim -Mrm
To disable the cPanel brute force detection from the command line usee the following:...
From time to time you will find repairing and optimizing your databases are necessary. From a...
The error : Failed to lock proc mutex: Permission denied can occur when using mod_ruid2 with...
The error "central_filter defer (-17): error in filter file: unknown filtering command r_subject:...
There are times where you may need to have exec permission available for the /tmp folder. This...