[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Dovecot IMAP



On 06/07/2013 03:06 PM, Alex Dubinin wrote:
07.06.2013 12:47, "M.Atıf CEYLAN" пишет:
On 06/06/2013 11:59 PM, Alex Dubinin wrote:
04.06.2013 18:15, Alex Dubinin пишет:
So work all mail clients that I tried! With other servers work fine. I
checked a few other servers. I think, this problem in namespaces. You
can try without thunderbird using telnet or openssl. My result: 04
LIST "" "*" * LIST (\HasChildren) "." "INBOX" * LIST (\HasNoChildren)
"." "INBOX.Trash" But must be: 04 LIST "" "*" * LIST (\HasNoChildren)
"." "INBOX" * LIST (\HasNoChildren) "." "Trash" The root folder INBOX
- is result of having namespace 'INBOX' in dovecot 2 settings.
Have any ideas?

I suggest you asking to Dovecot development team. Because, I use
dovecot with some mail clients and there is no any problem.

Ok, can you show me your dovecot -n ? I try it.

namespace {
  inbox = yes
  list = yes
  location =
  prefix = INBOX.
  separator = .
  subscriptions = yes
  type = private
}
.................
plugin {
  autocreate = INBOX.Sent
  autocreate2 = INBOX.Drafts
  autocreate3 = INBOX.Junk
  autocreate4 = INBOX.Trash
  autosubscribe = INBOX.Sent
  autosubscribe2 = INBOX.Drafts
  autosubscribe3 = INBOX.Junk
  autosubscribe4 = INBOX.Trash
  quota = dict:User quota::proxy::quota
}
....................
protocol imap {
  mail_plugins = " autocreate quota imap_quota"
}

--
M.Atıf CEYLAN
Yurdum Yazılım


Reply to: