<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>> when deleting a mailbox on the cli it changes to DELTED when listing <br>> mailboxes with kolab lm. Can these deleted mailboxes be expunged so that <br>> they donīt appear anymore?<br>> Thx,<br>it is configured in /etc/cyrus.conf under events:<br> <br>deleteprune cmd="cyr_expire -E 4 -D 69" at=0430<br>expungeprune cmd="cyr_expire -E 4 -X 69" at=0445<br><br>by default I think they are kept 69 days. Check the man<br><br>-D delete-duration<br>              Remove previously deleted mailboxes older than delete-duration (when using the "delayed" delete mode).  The value can be a floating point number, and may have a<br>              suffix to specify the unit of time.  If no suffix, the value is number of days.  Valid suffixes are d (days), h (hours), m (minutes) and s (seconds).<br><br>-E expire-duration<br>              Prune the duplicate database of entries older than expire-duration.  This value is only used for entries which do not have  a  corresponding  /vendor/cmu/cyrus-<br>              imapd/expire mailbox annotation.  Format is the same as delete-duration.<br><br>-X expunge-duration<br>              Expunge previously deleted messages older than expunge-duration (when using the "delayed" expunge mode).  Format is the same as delete-duration.<br><br>anyway you can change that to apply your needs. Also you can execute something like from command line:<br><br>####BE CAREFUL WITH THIS, CHECK BEFORE EXECUTE####<br># cyr_expire -E 1m -X 1m -D 1m<br><br>This will remove all the DELETE MAILBOX older that 1 minute<br><br>Regards. <br>Manel<br><br>                                       </div></body>
</html>