I need to clear out the mail queue on a server that got hit whtih a phishing scam
about 150,000 emails in the queue some legit most not
I know
cd /var/spool/exim/input
rm -rf *
will remove all mail form the queue but how can i remove just ones being sent out from a particular user or with a particular subject on the header



LinkBack URL
About LinkBacks
Reply With Quote




