vmail-webmail/sbin/rc-cron.sh

12 lines
515 B
Bash
Raw Normal View History

2021-04-20 14:26:46 -07:00
#!/bin/bash
2022-08-22 13:59:06 -07:00
#
# vmail-webmail
# https://git.stack-source.com/msb/vmail-webmail
# Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
2021-04-20 14:26:46 -07:00
/usr/bin/php /srv/www/html/roundcube/bin/cleandb.sh > /dev/null
/usr/bin/php /srv/www/html/roundcube/bin/deluser.sh --age=365 --dry-run > /dev/null
/usr/bin/php /srv/www/html/roundcube/bin/gc.sh
/usr/bin/php /srv/www/html/roundcube/bin/indexcontacts.sh > /dev/null