Jason Haar wrote:

Riccardo Bini wrote:

Hi,
It's possible to disable virus quarantine?



Cron? "rm -f /var/spool/qmailscan/quarantine/new/*"

Or better yet "find /var/spool/qmailscan/quarantine/ -type f -exec rm -f {} \;"

Or better yet yet: find /var/spool/qmailscan/quarantine/ -type f -mtime +30 -exec rm -f {} ';'



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to