Re: Automatically expire messages in imap folder

2004-09-15 Thread Christiano Anderson
Patrick Boutilier [EMAIL PROTECTED] writes: su - cyrus -c '/usr/lib/cyrus-imapd/ipurge -f -d 10 user.testuser.Trash How can I do the same with virtual domains? I tried ipurge -f -d 10 [EMAIL PROTECTED] It didn't work. Any suggestion? Thanks --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus

Automatically expire messages in imap folder

2004-09-13 Thread Software Groups
Hi, I want to delete the 10 days old E-mails from the Trash folder. I am using the following command but its not deleting the old mails. su - cyrus -c '/usr/lib/cyrus-imapd/ipurge -f -d 10 t/user/testuser/Trash Here is my configuration. Fedora code 2 -bash-2.05b# rpm -qa | grep cyrus

Re: Automatically expire messages in imap folder

2004-09-13 Thread Patrick Boutilier
Software Groups wrote: Hi, I want to delete the 10 days old E-mails from the Trash folder. I am using the following command but its not deleting the old mails. su - cyrus -c '/usr/lib/cyrus-imapd/ipurge -f -d 10 t/user/testuser/Trash Try: su - cyrus -c '/usr/lib/cyrus-imapd/ipurge -f -d 10

Re: Automatically expire messages in imap folder

2004-09-13 Thread Software Groups
Patrick, Thanks, it worked. -SR On Mon, 13 Sep 2004 20:20:54 -0300, Patrick Boutilier [EMAIL PROTECTED] wrote: Software Groups wrote: Hi, I want to delete the 10 days old E-mails from the Trash folder. I am using the following command but its not deleting the old mails. su -

Automatically expire messages in imap folder

2004-06-03 Thread Adi Linden
Is it possible to have cyrus-imap automatically expire messages in a subfolder for every user of the system? I would like to deliver messages identified as SPAM to a particular folder, INBOX.spam. Further it would be nice if the number of messages in this folder could be limited, not by a

Re: Automatically expire messages in imap folder

2004-06-03 Thread Dwight Tovey
Adi Linden said: Is it possible to have cyrus-imap automatically expire messages in a subfolder for every user of the system? I would like to deliver messages identified as SPAM to a particular folder, INBOX.spam. Further it would be nice if the number of messages in this folder could be

Re: Automatically expire messages in imap folder

2004-06-03 Thread Adi Linden
You can use 'ipurge' in a cron script. I have my users put their spam in a Spam folder then have a nightly cron job run 'sa-learn' on it followed by: su cyrus -c '/usr/lib/cyrus-imapd/ipurge -f -d 10 user/dwight/Spam' This deletes anything over 10 days old. What is 'sa-learn'? Adi ---

Re: Automatically expire messages in imap folder

2004-06-03 Thread Dwight Tovey
Adi Linden said: You can use 'ipurge' in a cron script. I have my users put their spam in a Spam folder then have a nightly cron job run 'sa-learn' on it followed by: su cyrus -c '/usr/lib/cyrus-imapd/ipurge -f -d 10 user/dwight/Spam' This deletes anything over 10 days old. What is

Re: Automatically expire messages in imap folder

2004-06-03 Thread Ken Murchison
Patrick Boutilier wrote: Adi Linden wrote: Is it possible to have cyrus-imap automatically expire messages in a subfolder for every user of the system? I would like to deliver messages identified as SPAM to a particular folder, INBOX.spam. Further it would be nice if the number of messages in