#!/bin/sh
# This goes through the squirrelmail attachment spool directory and
# removes any abandoned temporary files that are more than 10 days old.
#
/usr/sbin/tmpwatch 240 /var/spool/squirrelmail/attach/
