Delete exim queue sometimes is impossible task.
There are just to many emails and queue manager is to slow.
You can use this dirty trick:
cd /var/spool/exim
find input -type f -exec rm -rf {} \;
find msglog -type f -exec rm -rf {} \;
service exim restart
Warning
This will erase all your emails from queue.
Recent Comments