QUOTE
Originally posted by Lippy
I am noticing that there are alot of old emails that have been bouncing in my mail queue. Is there any way to delete them and stop them from re-appearing? Thanks for any help.
Hello,
You mean lot of mails keeps comming to your mail queue , NOT from outside?. Are these from/to same address or random ones? If to same one, there could be some kind of error generated by one of the email/address/autoresponse.
Try stopping exim, then clear all mails in the queue and restart exim.
/ect/rc.d/init.d/exim stop
cd /var/spool/exim/input
rm -rf ./*
/ect/rc.d/init.d/exim start
MAKE SURE THAT YOU ARE IN /var/spool/exim/input BEFORE YOU DO "rm -rf" OR ELSE YOUR WHOLE SERVER WILL BE IN MESS
After this, tail exim log and watch for the address triggering this.
tail -f /var/log/exim_mainlog
Thanks
/bin/bash