Re: [Dovecot] Permissions in shared folders

2011-02-09 Thread Lukas Haase
Dear Timo, Am 08.02.2011 23:48, schrieb Timo Sirainen: On 9.2.2011, at 0.20, Lukas Haase wrote: namespace public { separator = . prefix = Shared. location = maildir:/var/mail/shared:CONTROL=~/Maildir/shared location = maildir:/var/mail/shared:INDEX=~/Maildir/shared Why? According to the Wik

Re: [Dovecot] Permissions in shared folders

2011-02-08 Thread Timo Sirainen
On 9.2.2011, at 0.20, Lukas Haase wrote: >>> namespace public { >>> separator = . >>> prefix = Shared. >>> location = maildir:/var/mail/shared:CONTROL=~/Maildir/shared >> >> location = maildir:/var/mail/shared:INDEX=~/Maildir/shared > > Why? According to the Wiki, CONTROL is used for

Re: [Dovecot] Permissions in shared folders

2011-02-08 Thread Lukas Haase
Dear Timo, Thank you for your advice! Am 08.02.2011 18:39, schrieb Timo Sirainen: On 8.2.2011, at 12.33, Lukas Haase wrote: namespace public { separator = . prefix = Shared. location = maildir:/var/mail/shared:CONTROL=~/Maildir/shared location = maildir:/var/mail/sha

Re: [Dovecot] Permissions in shared folders

2011-02-08 Thread Willie Gillespie
On 02/08/2011 10:39 AM, Timo Sirainen wrote: On 8.2.2011, at 12.33, Lukas Haase wrote: Is there a way to overcome this problem? Why can't dovecot just use /var/mail/shared/.Group1/.Subfolder? Is there an option to do so? It would make everything a lot easier. location = maildir:/var/mail/sha

Re: [Dovecot] Permissions in shared folders

2011-02-08 Thread Timo Sirainen
On 8.2.2011, at 12.33, Lukas Haase wrote: > namespace public { > separator = . > prefix = Shared. > location = maildir:/var/mail/shared:CONTROL=~/Maildir/shared location = maildir:/var/mail/shared:INDEX=~/Maildir/shared > } > > Each workgroup should get a subfolder in "Shared"

Re: [Dovecot] Permissions in shared folders

2011-02-08 Thread Willie Gillespie
On 02/08/2011 03:33 AM, Lukas Haase wrote: Hi, On my mail server I want to implement shared folders for each workgroup where there are many workgroups. I did something similar with my small set up. A shared location for each work group. I set things up a little differently though. Instead

[Dovecot] Permissions in shared folders

2011-02-08 Thread Lukas Haase
Hi, On my mail server I want to implement shared folders for each workgroup where there are many workgroups. One way would be to create a separate namespace for each workgroup. However, this does not scale well so I decided to use a single Shared mailbox and use ACLs: namespace public {