Date: Wed, 15 Sep 2010 14:02:38 +0200<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
From: Michael Menge <<a href="mailto:michael.menge@zdv.uni-tuebingen.de">michael.menge@zdv.uni-tuebingen.de</a>><br>
Subject: Re: Mailbox directory structure<br>
To: <a href="mailto:info-cyrus@lists.andrew.cmu.edu">info-cyrus@lists.andrew.cmu.edu</a><br>
Message-ID: <<a href="mailto:20100915140238.18471f8lfaaqsafy@webmail.uni-tuebingen.de">20100915140238.18471f8lfaaqsafy@webmail.uni-tuebingen.de</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Quoting Artur Kaminski <<a href="mailto:my.home.my.castle@gmail.com">my.home.my.castle@gmail.com</a>>:<br>
<br>
> Hey all,<br>
><br>
> I installed imapd server successfully, and moved configuration from old one,<br>
> but then accidentally loaded another server's configuration from puppet. Now<br>
> Cyrus looks for user mailboxes in<br>
><br>
> User Mailbox<br>
> aaaa /var/spool/imap/a/aaaa<br>
> user.aaaa /var/spool/imap/u/user^aaaa<br>
><br>
> (checked using cyradmin, with creating the mailboxes above)<br>
><br>
><br>
> Actual mailbox for hypothetical user is in /var/spool/imap/a/users/aaaa<br>
> (moved from old server).<br>
><br>
> In effect Postfix gets response "5.1.1 Mailbox not found" to all requests,<br>
> including root.<br>
><br>
The option unixhierarchysep changes the hierarchy seperatror from . to /<br>
The . is representet as ^ in filesystem.<br>
<br>
<br>
> I can log in using IMAP.<br>
> I can't increase Cyrus logging.<br>
<br>
Cyrus logs everything to Syslog, you have to change your syslog config<br>
to change the loglevel.<br>
<br>
<br></blockquote></div><br>Thank you Michael for quick reply.<br><br>So "unixhierarchysep = yes" in my imapd.conf should change the dot vel caret to slash?<br><br>Unfortunately it doesn't, but indeed it would solve my problem. Can it be covered by the same variable set to "no" in another file?<br>
<br><br>I receive a lot of logs from all Cyrus daemons, but I actually wanted to turn on some kind of debugging (to find why it doesn't search in user subdirectory). Dr Google told me about CYRUS_VERBOSE=1, but placed in /etc/init.d/cyrus-master changed nothing.<br>
<br>Your advise about unixhierarchysep probably makes me happy with the current level of logging.<br><br><br><br><br>Thank you<br>Artur<br>