Hi all,<br><br>I&#39;m having trouble getting my cyrus imapd server (version 2.3.10) to load a new partition I&#39;ve created.<br><br>I created the partition and the stores./ and user/ directories, and  set their permissions and ownership to exactly match an already working partition, as shown below.  Here imap06 is the working partition and imap07 is the new one:<br>
<br>lysine:~ # ls -l /var/spool/imap06 /var/spool/imap07<br>/var/spool/imap06:<br>total 32<br>drwxr-xr-x   5 cyrus mail  4096 Jan  6 15:06 .<br>drwxr-xr-x  24 root  root  4096 Mar 26 17:21 ..<br>drwx------   2 cyrus mail 16384 Dec 18 14:31 lost+found<br>
drwxr-xr-x   2 cyrus mail  4096 Mar 30 12:14 stage.<br>drwx------  56 cyrus mail  4096 Mar 26 18:50 user<br><br>/var/spool/imap07:<br>total 32<br>drwxr-xr-x   5 cyrus mail  4096 Mar 26 16:00 .<br>drwxr-xr-x  24 root  root  4096 Mar 26 17:21 ..<br>
drwx------   2 cyrus mail 16384 Mar 26 15:53 lost+found<br>drwxr-xr-x   2 cyrus mail  4096 Mar 26 16:00 stage.<br>drwx------   2 cyrus mail  4096 Mar 26 16:53 user<br><br><br>Then I added a line to the imapd.conf: <br><br>
partition-imap06: /var/spool/imap06<br>partition-imap07: /var/spool/imap07<br><br>and did a full stop/start on the server to ensure there weren&#39;t any listeners lying around with the old config.<br>
<br>However, when I try to create a new mailbox in that partition, or move one to it, I get errors:<br><br>localhost&gt; cm --partition imap07 user.foo<br>createmailbox: Unknown/invalid partition<br>localhost&gt; renm --partition imap07 user.sschmoss user.sschmoss<br>
renamemailbox: Operation is not supported on mailbox<br><br>Note that the second error message is misleading: I can move the user.sschmoss mailbox to any partition other than the new one.<br><br>Anyone have any ideas?  What am I missing here?<br>
<br>Thanks very much,<br>Jesse Ross<br>Systems Administrator<br>Broad Institute of MIT and Harvard<br>