From 0f611063869dd72ec133a05a57dc0784d097c079 Mon Sep 17 00:00:00 2001 From: SJ Date: Tue, 23 Oct 2012 22:11:15 +0200 Subject: [PATCH] added pilerpurge as an optional cron entry --- etc/cron.jobs.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/cron.jobs.in b/etc/cron.jobs.in index 345fef85..194b391e 100644 --- a/etc/cron.jobs.in +++ b/etc/cron.jobs.in @@ -27,4 +27,7 @@ piler's crontab: ### optional: regular AD sync 0 8 * * * /usr/bin/php LIBEXECDIR/piler/ldap_sync.php /srv/www/webui.yourdomain.com > LOCALSTATEDIR/piler/stat/adsync.stat +### optional: purge aged emails +2 0 * * * /usr/local/bin/pilerpurge +