slackbuilds_ponce/network/squirrelmail/squirrelmail.cron
Jan F. Chadima 112941cc72 network/squirrelmail: Added (forever green webmail).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-02-23 22:05:31 +07:00

5 lines
110 B
Bash

#!/bin/sh
find /var/spool/squirrelmail/attach/ -type f -mtime +30 -print0 |
xargs -0 rm -f >/dev/null 2>&1