Craig,

On 4 Apr 2006 at 6:49, Craig White wrote about "auto purging users 'spambox'":

> I've not gotten it to work from cyrus.conf so I am trying it from the
> command line and I can't seem to find the right string to identify.
> 
> for example, my path would be
> 
> /var/spool/imap/c/user/craig/SPAMBOX
> 
> but none of these work...
> 
> su - cyrus -c '/usr/lib/cyrus-imapd/ipurge -f -d 7 user/*/SPAMBOX'
> su - cyrus -c '/usr/lib/cyrus-imapd/ipurge -f -d 7 user/SPAMBOX'
> su - cyrus -c '/usr/lib/cyrus-imapd/ipurge -f -d 7 */SPAMBOX'
> 
> What's the magic here?

This is an excerpt of /etc/crontab on my system running Debian's 2.1.18
Cyrus:

# Domingos a las 23 horas: Limpieza de folders "Basura"
0 23    * * 7   cyrus   /usr/sbin/ipurge -f -d 8 -X user/*/Basura

and it works.

Note: I have

  altnamespace: no
  unixhierarchysep: yes

on /etc/imapd.conf

HTH

--
 Ramiro


----
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to