[Dovecot] Group inboxes
Timo Sirainen
tss at iki.fi
Sat Dec 29 07:41:24 EET 2007
On Tue, 2007-12-11 at 23:38 +0300, Денис Квист wrote:
> Please help, i want made "Group Inboxes" like in MDaemon
> "Group Inboxes:
> Customer service organizations often use group inboxes to receive email
> requests. Everyone in the customer service group has read and write access
> to the collective incoming mailbox. In this manner, anyone in the group can
> respond to each incoming email."
>
> Is it possible?
>
> Public folder is not work like i want
Why not?
> namespace private {
> prefix =
> separator = /
> index = yes
> }
> namespace public {
> prefix = office/
> separator = /
> location = maildir:/var/spool/mail/vhosts/testdomain.ru/Maildir/info
> hidden = no
> }
Is Maildir/info/ a maildir itself? That's probably why this doesn't
work. If you want to access it as "office/info", you'll need to use
rename it to Maildir/.info/ and use:
location = maildir:/var/spool/mail/vhosts/testdomain.ru/Maildir
> dovecot --version
> 1.0.rc15 (Debian Etch)
This is also a bit old and there could be some related bugs left in it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20071229/10436e83/attachment.bin
More information about the dovecot
mailing list