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/cy
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
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 user.
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 th
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
> 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'?
Ad
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 this folder could be limite
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 l