For the love of the internet…

Just had to change

rm -rf /var/spool/qmailscan/quarantine/new

to

find /var/spool/qmailscan/quarantine/new/ | xargs rm -f

In the cron because we’re trapping so many viruses each day that it’s overloading the command line.

Put it into perspective.
~15,000 viruses being received on our server and quarantined each day.
Around 18kB each.
~300MB per day
Or
9 gig a month!

That’s seriously out of control. Lucky we don’t pay for our bandwidth…

Comments are closed.