[Dovecot] Global ACLs
Hello,
how can I do this
every user have .Spam mailbox and i want user spamadmin to have access to it
i got global acl file with content
user=spamadmin lrp
but I cannot list other users .Spam mailboxes
Greets and thanks in advance for any help and suggestions
-- Paweł Madej
On Thu, 2010-09-09 at 11:15 +0200, Paweł Madej wrote:
every user have .Spam mailbox and i want user spamadmin to have access to it
i got global acl file with content
user=spamadmin lrp
That looks ok ..
but I cannot list other users .Spam mailboxes
Yeah, it won't work magically like that. You need to do one of:
a) Use master user logins and log in with each user separately. http://wiki.dovecot.org/Authentication/MasterUsers
b) Enable shared mailboxes and directly have your command SELECT other users' mailboxes without LISTing them first.
c) Do b) but also enable ACL shared dict and fill it with all users so that spamadmin's LIST will also show all users' mailboxes.
Yeah, it won't work magically like that. You need to do one of:
a) Use master user logins and log in with each user separately. http://wiki.dovecot.org/Authentication/MasterUsers
b) Enable shared mailboxes and directly have your command SELECT other users' mailboxes without LISTing them first.
c) Do b) but also enable ACL shared dict and fill it with all users so that spamadmin's LIST will also show all users' mailboxes.
Thanks for suggestions it looks like solution a) will mostly fit my needs. I'll give it a try and write if had some problems.
-- Paweł Madej
participants (2)
-
Paweł Madej
-
Timo Sirainen