Search Posts

Command to Remove Amavisd leftover temp files

find /var/amavis -type d -name ‘amavis-20??????T*’ \
-prune -mtime +1 -exec rm -rf {} \;