> On 05 Dec 2015, at 00:17, Bobber <[email protected]> wrote: > > Using dovecot version 2.2.19. > > In the config file I have the following to set up acls: > > > mail_plugins = $mail_plugins acl > > protocol imap { > > mail_plugins = $mail_plugins imap_acl > > } > > > plugin { > > acl = vfile:/usr/local/etc/dovecot/acls:cache_secs=300 > > } > > And here's my acl file: > > * anyone rl > > I am getting the following error in the dovecot log file: > > Error: Global ACL file /usr/local/etc/dovecot/acls line 1: Unknown ID > > 'anyone rl' > > Also, my subfolders in the shared mailbox area are no longer visible or > accessible. > > Any ideas what I am doing wrong?
I think you have a TAB between "anyone"and "rl" instead of a space, which Dovecot expects.
