On Wed, 2009-05-27 at 04:12 -0300, Carlos Xavier wrote:
> But there is one issue with this, we also use the webmail that comes with 
> Phpgroupware,
> and it uses some mailbox that have fixed named like INBOX.Sent, INBOX.Draft 
> and so on.
> When their names were changed the sent messages didn't get saved anymore, so 
> I had to move
> them back to the old names.

Are you sure you can't configure it to use just Sent, Draft, etc.
without the INBOX. prefix? Most webmails can be configured either way.

You can anyway create a compatibility namespace for it. From
http://wiki.dovecot.org/Namespaces :

namespace private {
  separator = .
  prefix = 
  inbox = yes
}

namespace private {
  separator = .
  prefix = INBOX.
  inbox = no
  hidden = yes
  list = no   # for v1.1+
}

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to