Re: Update from cyrus-imapd 2.5 to 3.0

2017-06-28 Thread Jason L Tibbitts III
> "JLT" == Jason L Tibbitts  writes:

JLT> Maybe it would be better if you could provide more explicit
JLT> information in some way.  Like, a directory listing or something.

To update the list, the issue was that the admins: line contained a
regular user ID.  When that user logged in, the namespace was rather
confused.  The documentation is already pretty clear that you aren't
supposed to do that, but the negative effects were a bit odd and
it wouldn't surprise me if 3.0 reacts differently from previous
versions.

 - J<

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: Update from cyrus-imapd 2.5 to 3.0

2017-06-27 Thread Simon Matter
> In my "dhill" mailbox, I no longer see my folders and if I create a new
> folder in that mailbox, let's say "Sent", it'll create it this way:
>
> [root@zappa Sent]# ls -atlr
> total 20
> drwx--. 3 cyrus mail 4096 Jun 20 04:44 ..
> -rw---. 1 cyrus mail  166 Jun 20 04:44 cyrus.header
> -rw---. 1 cyrus mail  336 Jun 20 04:45 cyrus.annotations
> drwx--. 2 cyrus mail 4096 Jun 20 04:45 .
> -rw---. 1 cyrus mail  128 Jun 27 10:57 cyrus.index
> [root@zappa Sent]# pwd
> /var/spool/imap/s/Sent
>
> Instead of
> /var/spool/imap/d/user/dhill/Sent ...

You should check the 'fulldirhash' and 'hashimapspool' settings in
imapd.conf. They influence it.

Regards,
Simon

> Dave
>
>
>
> On 2017-06-27 12:20 PM, Jason L Tibbitts III wrote:
>>> "DH" == David Hill  writes:
>> DH> Also, if a folder is created, it is created in
>> DH> /var/spool/imap/[first_letter_of_folder]/Junk instead of
>> DH> /var/spool/imap/d/user/dhill/Junk ...
>>
>> In your bug you indicated that things were being stored under
>> /var/spool/[first letter]/ in the previous version.  Here you say they
>> were being stored under /var/spool/imap/first letter]/.  Perhaps that's
>> why my responses to you in the bugzilla ticket are so confused.
>>
>> Maybe it would be better if you could provide more explicit information
>> in some way.  Like, a directory listing or something.
>>
>>   - J<
>
> 
> Cyrus Home Page: http://www.cyrusimap.org/
> List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
> To Unsubscribe:
> https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus
>



Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: Update from cyrus-imapd 2.5 to 3.0

2017-06-27 Thread David Hill
In my "dhill" mailbox, I no longer see my folders and if I create a new 
folder in that mailbox, let's say "Sent", it'll create it this way:


[root@zappa Sent]# ls -atlr
total 20
drwx--. 3 cyrus mail 4096 Jun 20 04:44 ..
-rw---. 1 cyrus mail  166 Jun 20 04:44 cyrus.header
-rw---. 1 cyrus mail  336 Jun 20 04:45 cyrus.annotations
drwx--. 2 cyrus mail 4096 Jun 20 04:45 .
-rw---. 1 cyrus mail  128 Jun 27 10:57 cyrus.index
[root@zappa Sent]# pwd
/var/spool/imap/s/Sent

Instead of
/var/spool/imap/d/user/dhill/Sent ...

Dave



On 2017-06-27 12:20 PM, Jason L Tibbitts III wrote:

"DH" == David Hill  writes:

DH> Also, if a folder is created, it is created in
DH> /var/spool/imap/[first_letter_of_folder]/Junk instead of
DH> /var/spool/imap/d/user/dhill/Junk ...

In your bug you indicated that things were being stored under
/var/spool/[first letter]/ in the previous version.  Here you say they
were being stored under /var/spool/imap/first letter]/.  Perhaps that's
why my responses to you in the bugzilla ticket are so confused.

Maybe it would be better if you could provide more explicit information
in some way.  Like, a directory listing or something.

  - J<



Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: Update from cyrus-imapd 2.5 to 3.0

2017-06-27 Thread David Hill

Hello guys,

   I think I found the issue which was "unixhierarchysep" default 
setting change and the RPM update that would not warn me about that. I'm 
pretty sure I've tried and it didn't work but it might be a honest human 
mistake.


Thank you very much,

David Hill


On 2017-06-27 12:20 PM, Jason L Tibbitts III wrote:

"DH" == David Hill  writes:

DH> Also, if a folder is created, it is created in
DH> /var/spool/imap/[first_letter_of_folder]/Junk instead of
DH> /var/spool/imap/d/user/dhill/Junk ...

In your bug you indicated that things were being stored under
/var/spool/[first letter]/ in the previous version.  Here you say they
were being stored under /var/spool/imap/first letter]/.  Perhaps that's
why my responses to you in the bugzilla ticket are so confused.

Maybe it would be better if you could provide more explicit information
in some way.  Like, a directory listing or something.

  - J<



Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: Update from cyrus-imapd 2.5 to 3.0

2017-06-27 Thread Jason L Tibbitts III
> "DH" == David Hill  writes:

DH> Also, if a folder is created, it is created in
DH> /var/spool/imap/[first_letter_of_folder]/Junk instead of
DH> /var/spool/imap/d/user/dhill/Junk ...

In your bug you indicated that things were being stored under
/var/spool/[first letter]/ in the previous version.  Here you say they
were being stored under /var/spool/imap/first letter]/.  Perhaps that's
why my responses to you in the bugzilla ticket are so confused.

Maybe it would be better if you could provide more explicit information
in some way.  Like, a directory listing or something.

 - J<

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus