slackbuilds_ponce/network/dbmail/dbmail.cron
Sergei Fedosoff 0499dcf219 network/dbmail: Added (IMAP and POP3 Server).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-05-25 22:14:41 +07:00

7 lines
124 B
Bash

#!/bin/sh
# cleanup deleted messages
if [ -x /usr/sbin/dbmail-util ]; then
/usr/sbin/dbmail-util -ay 2>&1 > /dev/null
fi