ipurge as an event in cyrus.conf

2003-09-23 Thread Lars Peterson
Hello all, Wondering if anyone has had any success with using ipurge events in the cyrus.conf file... I would like to periodically purge all users Spam and Trash folders and was thinking something like this would work in cyrus.conf (vs. using cron): # purge trash every day at midnight purget

Re: ipurge as an event in cyrus.conf

2003-09-23 Thread Ken Murchison
exclusive. If you use 'at', the command will run at that time every day. If you use 'period', it will run at server starup and then at every interval after that. I used to use ipurge as an event in cyrus.conf for expiring usenet articles in v2.2 until i wrote cyr_expire. -

Re: ipurge as an event in cyrus.conf

2003-09-23 Thread Henrique de Moraes Holschuh
On Tue, 23 Sep 2003, Lars Peterson wrote: > # purge trash every day at midnight > purgetrashcmd="ipurge -f -d 1 user/*/Trash" at= period=1440 > > # purge spam every 3 days at 1AM > purgespam cmd="ipurge -f -d 3 user/*/Spam" at=0100 period=43212 Drop that period= mbxclean001