[Dovecot] Dovecot and Phpgroupware compatibility

Timo Sirainen tss at iki.fi
Fri May 29 00:38:07 EEST 2009


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+
}

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20090528/eee69749/attachment-0001.bin 


More information about the dovecot mailing list