<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 05/17/2017 10:54 AM, Patrick Goetz wrote:<br>
    <blockquote
      cite="mid:d734fead-096e-2b36-b1d1-ab36e57b9e2e@mail.utexas.edu"
      type="cite">Follow up question:
      <br>
      <br>
      The package maintainer for the Arch cyrus-imapd package has fallen
      behind and my users need to be able to access their mail, so as a
      temporary work around I'm just going to build/compile cyrus 3.0.1
      from source.
      <br>
      <br>
      I asked about some of this before, but will my 2.5.10
      configuration files work as is, or have the key values changed
      again?  Also, the new default is skiplist2, and I'm on skiplist. 
      Is this going to be like a previous upgrade where the Berkeley DB
      files were automatically converted to skiplists?
      <br>
    </blockquote>
    <br>
    Please consult the Upgrade documentation at:<br>
        <a class="moz-txt-link-freetext" href="http://cyrusimap.org/imap/download/upgrade.html">http://cyrusimap.org/imap/download/upgrade.html</a><br>
    <br>
    There are specific mentions therein as to changes in the
    configuration files.  <br>
    <br>
    Also, please see the man page for the cyr_info(8) tool, which offers
    a lint option:<br>
       
<a class="moz-txt-link-freetext" href="http://cyrusimap.org/imap/reference/manpages/systemcommands/cyr_info.html">http://cyrusimap.org/imap/reference/manpages/systemcommands/cyr_info.html</a><br>
    <blockquote>
      <pre class="literal-block"><strong>cyr_info</strong> <em>conf-lint</em>
</pre>
      <blockquote>
        <div>Lint the configuration for unrecognized settings.</div>
      </blockquote>
      <div class="highlight-python">
        <div class="highlight">
          <pre><span></span>duplicate_mailbox_mode: uniqueid
archivepartition-default: /var/spool/cyrus/spool-archive
rudolf_sync_host: 10.202.79.15
prancer_sync_host: 10.206.51.80
user_folder_limit: 5000
</pre>
        </div>
      </div>
    </blockquote>
    An example of changes you'll find are the various autocreate
    settings.  Many of these were only in vendor patches in earlier
    versions, but are now standardized.  See the man page for
    imapd.conf(5):<br>
       
    <a class="moz-txt-link-freetext" href="http://cyrusimap.org/imap/reference/manpages/configs/imapd.conf.html">http://cyrusimap.org/imap/reference/manpages/configs/imapd.conf.html</a><br>
    <br>
    For example:<br>
    <blockquote>
      <p><code class="docutils literal"><span class="pre">autocreateinboxfolders:</span></code>
        <none></p>
      <blockquote>
        <div>Deprecated in favor of <em>autocreate_inbox_folders</em>.</div>
      </blockquote>
      <p><code class="docutils literal"><span class="pre">autocreatequota:</span></code>
        0</p>
      <blockquote>
        <div>Deprecated in favor of <em>autocreate_quota</em>.</div>
      </blockquote>
      <p><code class="docutils literal"><span class="pre">autocreatequotamsg:</span></code>
        -1</p>
      <blockquote>
        <div>Deprecated in favor of <em>autocreate_quota_messages</em>.</div>
      </blockquote>
      <p><code class="docutils literal"><span class="pre">autosievefolders:</span></code>
        <none></p>
      <blockquote>
        <div>Deprecated in favor of <em>autocreate_sieve_folders</em>.</div>
      </blockquote>
    </blockquote>
    A search for "Deprecated" in that man page should prove instructive.<br>
    <br>
    Cheers,<br>
        -nic<br>
    <br>
  </body>
</html>