[Dovecot] Group inboxes
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 namespace private { prefix = separator = / index = yes } namespace public { prefix = office/ separator = / location = maildir:/var/spool/mail/vhosts/testdomain.ru/Maildir/info hidden = no }
dovecot --version 1.0.rc15 (Debian Etch)
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.
participants (2)
-
Timo Sirainen
-
Денис Квист