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 mailbox?
Thanks, Vladi.