--On Thursday, September 20, 2007 11:47 -0400 Robert Banz <[EMAIL PROTECTED]>
wrote:
> They're the kind of folks that routinely ask for "important mail
> we've deleted from their Trash folder" to be restored.
>
Ha! The same thing has happened here.
Note, the client makes a Trash folder and
>
> I have an 'expire' set from inside 'cyradm' to automatically delete
> messages over a specific number of days old. I don't generate any
> emails to my users telling them what nor how many will be deleted...
> I just delete them nightly, or rather let cyrus do the deleting.
Our users need some
On Thu, 20 Sep 2007, Robert Banz might have said:
>
> Going this same direction... With our previous mail system, we used
> to chug through our users' Spam & Trash folders, and send them a
> weekly notification reminding them of the messages they had in these
> folders, and how many would
Thanks, that't the thing I need!
Thanks to all who participated.
Vladi Lemuroff.
20.09.2007 16:21:
> Hi,
>
> Vladi Lemurov wrote:
>> Hello!
>> Is there any way to delete old messages e.g. older than 30 days from
>> INBOX.Trash and INBOX.Junk mailboxes of all users in a proper "cy
Going this same direction... With our previous mail system, we used
to chug through our users' Spam & Trash folders, and send them a
weekly notification reminding them of the messages they had in these
folders, and how many would be deleted in the next week.
Anyone done something similar w
Hi,
Vladi Lemurov wrote:
> Hello!
> Is there any way to delete old messages e.g. older than 30 days from
> INBOX.Trash and INBOX.Junk mailboxes of all users in a proper "cyrus-way"?
>
You can use ipurge, and run it periodically from cyrus.conf. We have for
instance:
purgetrashcmd
Hello!
Is there any way to delete old messages e.g. older than 30 days from
INBOX.Trash and INBOX.Junk mailboxes of all users in a proper "cyrus-way"?
Or should we use scripts with lines something like
"find ./ -regex "./[0-9]*\." -ctime +30 -exec rm {} \;"
and then rebuild the ma