Koozali.org: home of the SME Server

Contribs.org Forums => General Discussion => Topic started by: schmerold on May 16, 2013, 11:37:03 PM

Title: SME 9 IMAP folders
Post by: schmerold on May 16, 2013, 11:37:03 PM
I have configured SME 9, everything works well except when I migrated IMAP message store from an old Kolab server to SME 9, Inbox is intermingled with rest of the folders, the folder listing looks like this:
  Drafts
  Customers
  Inbox
  Vendors
I want it to look like this:
  Inbox
    Drafts
    Customers
    Vendors

I tried migrating using IMAPCopy (two different versions) and IMAPSync. No joy.

If I copy Kolab message store to another Dovecot based IMAP server all is well.

Any ideas? Should I check in with Dovecot forums?
Title: Re: SME 9 IMAP folders
Post by: janet on May 17, 2013, 02:46:25 AM
schmerold

sme9 is still alpha release software.
Please report ANY problems to bugzilla immediately.
You will need to create a new account if you have not used bugzilla before, click on the bugs link at top of forums to start.
Everyones help is needed to resolve obvious problems before a beta1 release can be considered.
Thanks
Title: Re: SME 9 IMAP folders
Post by: schmerold on May 17, 2013, 06:23:46 AM
Thank you.

I posted my issue to bugs.contribs.org, I found if If I insert these lines into dovecot.conf (after login_greeting declaration), the problem goes away:
namespace private {
   prefix = INBOX.
   inbox = yes
}