Denny Schierz
2011-Mar-22 14:43 UTC
[Dovecot] DoveCot 2.0.9: Problem with some Clients and separator (migrate from Cyrus)
hi,
we had to move from a old dieing Sparc very quickly our Cyrus IMAP Users
to Dovecot. Most things works, but some Clients (like Evolution or
Thunderbird) are strange. Our separator in Dovecot2 is "^", the
mailboxes on the filesystem are something like
"INBOX.subfolder1.subfolder2", but in TB and Evo I see
INBOX^subfolder1^subfolder^
In Roundcube Webmail, I have just a normal tree, as I expected.
I used cyrus2dovecot.pl for converting.
On Evolution I deleted the IMAP Profile and recreated it, and that was
working, but it isn't a workaround for TB
So, how can I fix it?
namespace {
type = private
separator = ^
prefix =
inbox = yes
hidden = no
subscriptions = yes
}
cu denny
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL:
<http://dovecot.org/pipermail/dovecot/attachments/20110322/62e45705/attachment-0002.bin>
Timo Sirainen
2011-Mar-22 16:48 UTC
[Dovecot] DoveCot 2.0.9: Problem with some Clients and separator (migrate from Cyrus)
On 22.3.2011, at 16.43, Denny Schierz wrote:> we had to move from a old dieing Sparc very quickly our Cyrus IMAP Users > to Dovecot. Most things works, but some Clients (like Evolution or > Thunderbird) are strange. Our separator in Dovecot2 is "^", the > mailboxes on the filesystem are something like > "INBOX.subfolder1.subfolder2", but in TB and Evo I see > INBOX^subfolder1^subfolder^ > In Roundcube Webmail, I have just a normal tree, as I expected.IMAP clients don't like it much when the separator changes.> On Evolution I deleted the IMAP Profile and recreated it, and that was > working, but it isn't a workaround for TBYou mean recreating the profile didn't work, or you can't / don't want to recreate it?> So, how can I fix it?I don't think there is anything on Dovecot's side that you can do, except change the separator to same as it was with Cyrus.