<html><head></head><body><div>Never done shared/public folders but perhaps Debug mode will give a hint.</div><div><br></div><div> doveadm -Dv acl get -A Public/Archive</div><div><br></div><div>On Tue, 2019-02-26 at 10:21 -0500, Kunal A. via dovecot wrote:</div><blockquote type="cite"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>HI,</div><div>I would deeply aprechiate if someone here could help me address a problem with ACL. I would personally refrain from e-mailing ever so often as I understand other users have more important issues to discuss about. Anyways I hope someone here could help. <br></div><div><br></div><div>When I run ;-</div><div> doveadm acl get -A Public/Archive</div></div></div></div></div></div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>I keep getting an error that says Mailbox does not exist . See erorr message below : -</div><div><br></div><div>Error: Can't open mailbox Public/Archive: Mailbox doesn't exist: Public/Archive<br></div><div><br></div><div>In the fastmail folder there is a folder called Archive, why isn't it being read?  The folder is drwxr-xr-x. with vmail as owner.</div><div><br></div><div>Deeply appreciate if someone could help with this.</div><div>Many  thanks<br></div><div><br></div><div>dovecot -n output :-<br></div><div><br></div><div># 2.3.3 (dcead646b): /etc/dovecot/dovecot.conf<br># OS: Linux 4.20.10-200.fc29.x86_64 x86_64 Fedora release 29 (Twenty Nine) <br># Hostname: machine<br>auth_mechanisms = plain login<br>mail_location = maildir:~/Maildir<br>mail_plugins = acl<br>mail_privileged_group = mail<br>mbox_write_locks = fcntl<br>namespace {<br>  list = children<br>  location = maildir:/run/media/computer/Storage/Email/fastmail/<br>  prefix = Public/<br>  separator = /<br>  subscriptions = yes<br>  type = public<br>}<br>namespace inbox {<br>  inbox = yes<br>  list = yes<br>  location = <br>  mailbox Drafts {<br>    special_use = \Drafts<br>  }<br>  mailbox Junk {<br>    special_use = \Junk<br>  }<br>  mailbox Sent {<br>    special_use = \Sent<br>  }<br>  mailbox "Sent Messages" {<br>    special_use = \Sent<br>  }<br>  mailbox Trash {<br>    special_use = \Trash<br>  }<br>  prefix = INBOX/<br>  separator = /<br>}<br>passdb {<br>  driver = pam<br>}<br>passdb {<br>  args = /etc/dovecot/dovecot-sql.conf.ext<br>  driver = sql<br>}<br>plugin {<br>  acl = vfile<br>}<br>postmaster_address = postmaster at <a href="http://example.com">example.com</a><br>protocols = imap pop3<br>service auth-worker {<br>  user = vmail<br>}<br>service auth {<br>  unix_listener /var/spool/postfix/private/auth {<br>    group = postfix<br>    mode = 0666<br>    user = postfix<br>  }<br>  unix_listener auth-userdb {<br>    mode = 0600<br>    user = vmail<br>  }<br>  user = dovecot<br>}<br>service imap-login {<br>  inet_listener imap {<br>    port = 143<br>  }<br>  inet_listener imaps {<br>    port = 993<br>    ssl = yes<br>  }<br>}<br>service lmtp {<br>  unix_listener /var/spool/postfix/private/dovecot-lmtp {<br>    group = postfix<br>    mode = 0600<br>    user = postfix<br>  }<br>}<br>service pop3-login {<br>  inet_listener pop3 {<br>    port = 0<br>  }<br>  inet_listener pop3s {<br>    port = 995<br>    ssl = yes<br>  }<br>}<br>ssl = required<br>ssl_cert = </etc/pki/dovecot/certs/dovecot.pem<br>ssl_cipher_list = PROFILE=SYSTEM<br>ssl_key = # hidden, use -P to show it<br>userdb {<br>  driver = passwd<br>}<br>userdb {<br>  args = uid=vmail gid=vmail home=/var/mail/vhosts/%d/%n<br>  driver = static<br>}<br>protocol imap {<br>  mail_plugins = acl imap_acl<br>}<br><br></div></div></div></div></div></div>
</blockquote></body></html>