On 8.7.2010, at 13.08, Burckhard Schmidt wrote: > Hello, > > I have maildir format, and usually I found a folder "INBOX" in older versions > of dovecot. > Now I get this folder structure: > > ~user/maildir with folder > > new > tmp > cur > > Drafts (auto generated) > Sent (auto) > Trash (auto)
You mean you used to have maildir/.INBOX/ directory? That's not a standard configuration. INBOX is by default in maildir/ itself. If you had the .INBOX/, it means you configured v1.x explicitly in a way that it was put there but didn't do the same for v2.0. > If I connect direct to the server and send the command > > 1 list "" "*" > * LIST (\HasNoChildren) "/" "Sent" > * LIST (\HasNoChildren) "/" "Trash" > * LIST (\HasNoChildren) "/" "Drafts" > * LIST (\HasNoChildren) "/" "INBOX" > * LIST (\Noselect \HasNoChildren) "/" "FremdeOrdner" > 1 OK List completed. > > Here "INBOX" is listed. So all looks ok to me.