Hi all, I’d like to regularly clear out my spamassassin junk imap mailbox about once a week or so to keep things tidy after sa-learn has done its thing with them. I thought I could do it just by running a command to delete all the .123 type files in the box, but they still appear in webmail, though just as empty messages.
I figured this was because of the cyrus.* files in the mailbox, but removing those leaves the account undeliverable.
Okay, I highly suggest [b]nobody ever try using reconstruct on OS X Server. [/b] From my experience here and others on this forum and apple support, it looks like it will break mailboxes no matter how you run it.
I use it to regularly delete messages from the spam quarantine on our 10.3.9 server.[code]sudo -u cyrus /usr/bin/cyrus/bin/ipurge -X -d 14 Quarantine/Spam[/code]Any message older than 14 days is deleted from Quarantine/Spam (a public folder on our server) by this command. No reconstruct is necessary.
Comments are closed