diff options
Diffstat (limited to 'roles/webmail/files/etc/cron.d/roundcube-core')
-rw-r--r-- | roles/webmail/files/etc/cron.d/roundcube-core | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/webmail/files/etc/cron.d/roundcube-core b/roles/webmail/files/etc/cron.d/roundcube-core new file mode 100644 index 0000000..6d9e7af --- /dev/null +++ b/roles/webmail/files/etc/cron.d/roundcube-core @@ -0,0 +1,7 @@ +# +# Roundcube database cleaning: finally removes all records that are +# marked as deleted. +MAILTO=root + +# m h dom mon dow user command +0 5 * * * _roundcube /usr/share/roundcube/bin/cleandb.sh >/dev/null |