<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    On 12/12/2012 08:16 AM, Michael Neumann wrote:<br>
    <blockquote cite="mid:50C891C8.3030105@ub.tu-dortmund.de"
      type="cite">
      <pre wrap="">Am 12.12.2012 10:20, schrieb Sebastian Hagedorn:
</pre>
      <blockquote type="cite">
        <pre wrap="">
It pays to read the archive:

<a class="moz-txt-link-rfc2396E" href="https://lists.andrew.cmu.edu/pipermail/info-cyrus/2012-January/035731.html">&lt;https://lists.andrew.cmu.edu/pipermail/info-cyrus/2012-January/035731.html&gt;</a>
</pre>
      </blockquote>
      <pre wrap="">
Yes, sorry and thanks, that clarifies it.
</pre>
    </blockquote>
    <br>
    For what it's worth, you can also set expire times, for specific
    mailboxes, via annotations.&nbsp; We frequently use a script like this to
    handle such a task on a regular basis, to accommodate users who
    delete and recreate mailboxes we wish to handle exceptionally:<br>
    -----------------------------------------------------------------<br>
    #!/bin/sh<br>
    #<br>
    # set_cyrus_annotations.sh - Set the standard annotations for the
    Spam,<br>
    #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Trash and systems mailboxes so they
    expire<br>
    #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; properly.<br>
    #<br>
    USER=&lt;cyrus user&gt;<br>
    PASS=secret<br>
    HOST=localhost<br>
    <br>
    cyradm -u $USER -w "$PASS" $HOST &lt;&lt; _EOF_<br>
    mboxcfg systems expire 60<br>
    mboxcfg user/%/Spam expire 7<br>
    mboxcfg user/%/Trash expire 2<br>
    _EOF_<br>
    -----------------------------------------------------------------<br>
    <br>
    Also, as to documentation, the Kolab folks have some good info
    available <a
href="http://www.cyrusimap.org/%7Evanmeeuwen/cyrus-imapd-2.4-docs/Administrator_Guide/html/chap-Administrator_Guide-Deleting_and_Undeleting_Messages_and_Folders.html">here</a>,
    including a step-by-step guide to locating and restoring (via cyradm
    rename) deleted mailboxes.&nbsp; This is the way to go, and the Perl
    example there shows how to make sense of the datestamp on folders in
    the DELETED hierarchy.<br>
    <br>
    Cheers,<br>
    &nbsp;&nbsp;&nbsp; -nic<br>
    <pre class="moz-signature" cols="72">-- 
Nic Bernstein                             <a class="moz-txt-link-abbreviated" href="mailto:nic@onlight.com">nic@onlight.com</a>
Onlight, Inc.                             <a class="moz-txt-link-abbreviated" href="http://www.onlight.com">www.onlight.com</a>
219 N. Milwaukee St., Suite 2a            v. 414.272.4477
Milwaukee, Wisconsin  53202
</pre>
  </body>
</html>