Lutz Preßler
2013-Apr-02 12:37 UTC
[Dovecot] doveadm mailbox list/stats etc. and shared mailboxes/ACLs
Hello, 2.2.0rc3: host:~# doveadm mailbox list -u testuser INBOX INBOX.test INBOX.bla INBOX.bla.blubb INBOX.shared INBOX.virtual INBOX.shared.user1 INBOX.shared.user1.privat INBOX.shared.user1.test INBOX.shared.user1.test.test2 INBOX.shared.user1.Trash INBOX.shared.user1.in2009 [... all mailboxes of user1] Only user1.test and user1.test.test2 have ACLs that allow testuser to access them. host:~# doveadm mailbox status -u testuser all INBOX.shared.user1.privat INBOX.shared.user1.privat messages=37 recent=0 uidnext=70 uidvalidity=1060291494 unseen=7 highestmodseq=1 vsize=1618757 guid=9a71cb399c249d4ce10e0000c93908ca Access with search and fetch (and probably any other doveadm command) is possible, too. Is this how it's supposed to work? Commands in testuser IMAP session respects ACLs. Lutz
Timo Sirainen
2013-Apr-04 20:13 UTC
[Dovecot] doveadm mailbox list/stats etc. and shared mailboxes/ACLs
On 2.4.2013, at 15.37, Lutz Pre?ler <Lutz.Pressler at SerNet.DE> wrote:> Only user1.test and user1.test.test2 have ACLs that allow testuser to access > them. > > host:~# doveadm mailbox status -u testuser all INBOX.shared.user1.privat > INBOX.shared.user1.privat messages=37 recent=0 uidnext=70 uidvalidity=1060291494 unseen=7 highestmodseq=1 vsize=1618757 guid=9a71cb399c249d4ce10e0000c93908ca > > Access with search and fetch (and probably any other doveadm command) is > possible, too. > Is this how it's supposed to work? Commands in testuser IMAP session > respects ACLs.My guess: You have acl plugin enabled in protocol imap {}, but not globally?