[Mimedefang] temp files need cleaning up

David F. Skoll dfs at roaringpenguin.com
Wed Nov 12 21:28:48 EST 2003


On Wed, 12 Nov 2003, Kelson Vibber wrote:

> Note also that newer versions of MD use a different default location for
> quarantined messages.

You should upgrade.

I used to use this nightly from cron:

find /var/spool/MD-Quarantine -type d -mtime +20 -print0 | xargs -0 rm -r

(I believe that "-print0" and "-0" are unique to GNU find and xargs,
respectively.  For regulare UNIX versions, use "-print" and leave out "-0")

I no longer bother with quarantining at all now, so I don't run the
cron job any more.

--
David.



More information about the MIMEDefang mailing list