I'm trying to set up global ACLs. I have the following in the config file:
# acl mail_plugins = acl
protocol imap { mail_plugins = $mail_plugins imap_acl }
plugin { # Without global ACLs: #acl = vfile
# With global ACL files in /etc/dovecot/dovecot-acls file (v2.2.11+): #acl = vfile:/etc/dovecot/dovecot-acl acl = vfile:/usr/local/etc/dovecot/dovecot-acl }
And here is my dovecot-acl:
user=bobber lrwstipekxa authenticated lr
But when I restart dovecot and try to access folders, I get the following errors in the log file:
Error: Global ACL file /usr/local/etc/dovecot/dovecot-acl line 1: Unknown ID 'lrwstipekxa'
Any ideas what's causing this?
-- *Bob Wooldridge* Blog: http://kc0dxf.net/blog/
- Bobber bobber@kc0dxf.net 2015.02.25 19:01:
acl = vfile:/usr/local/etc/dovecot/dovecot-acl
And here is my dovecot-acl:
user=bobber lrwstipekxa authenticated lr
Global ACLs require a search pattern as described here:
- user=bobber lrwstipekxa Public/* user=bobber lrwstipekxa
Regards Thomas
participants (2)
-
Bobber
-
Thomas Leuxner