Thanks to all for your help.  I finally figured out my problem, which was just old-fashioned operator idiocy.  I have two imap processes running with different configs - one without TLS, so that I can conveniently run cyradm locally.  I had only made the config change in the public server, not the one that cyradm connects to.<br>
<br>jesse<br><br><br><div class="gmail_quote">On Wed, Apr 1, 2009 at 2:38 PM, Wesley Craig <span dir="ltr">&lt;<a href="mailto:wes@umich.edu">wes@umich.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On 31 Mar 2009, at 10:33, Jesse Ross wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks for the suggestion.  The only thing that the mkimap script does differently from the way I did it was to create a directory /var/spool/imap07/sync./.  However, I still can&#39;t get cyrus to recognize the partition!  The symptoms are the same; ownership of directories set to cyrus, appropriate permissions as copied from working partitions, configuration same as for the working partitions.<br>

</blockquote>
<br></div>
IMAP_PARTITION_UNKNOWN isn&#39;t associated with permission problems, typically.  For the create code path, you get it when there&#39;s a failure to convert the symbolic partition name to a path.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Is there perhaps a way to get cyrus to log what it thinks the problem with the partition is?<br>
</blockquote>
<br></div>
The number of cases that can result in IMAP_PARTITION_UNKNOWN is pretty small, I&#39;d probably try inserting some logging into the process for those results.  It&#39;s either a bug or configuration oversight, I&#39;m sure.<br>

<br>
:wes<br>
</blockquote></div><br>