DeleteOldFiles
Zur Navigation springen
Zur Suche springen
delete old mimedefang-dirs, older that 7 days add to crontab, e.g.
00 18 * * * (find /var/spool/MIMEDefang -type d -mtime +7 -maxdepth 1 -print | xargs rm -rf) >/dev/null 2>&1