Displaying 2 results from an estimated 2 matches for "lrwstiae".
Did you mean:
lrwsiea
2014 Jun 11
1
ACL configuration migration from Dovecot 2.1.17 to 2.2.13
...3
from the previous stable branch 2.1.17 which is deployed on my servers.
With version 2.1.17 I use global acl dir to prevent all mail users to
delete their INBOX.Junk Mail folder, which is part from our spam
protection system.
My current config is:
cat /etc/dovecot/acls/INBOX.Junk\ Mail
owner lrwstiae
With version 2.2.13, the global acl dir support is disabled (with the
above config, the imap server shows no folders at all) so I must
use global acl file. The problem is that the "INBOX.Junk Mail" folder
contains space character and I tried to escape it with "",'',/...
2014 Jun 16
1
BUG: Mail folder with space in its name is not supported in the global acl file
Hello,
I use Dovecot 2.2.13
The syntax of my global acl file is:
cat /etc/dovecot/acls
INBOX.Junk Mail owner lrwstiae
The error is:
Error: Global ACL file /etc/dovecot/acls line 1: Unknown ID 'Mail'
I tried to escape it with "",'',/ and enclose the whole name with "" &
'' without success
If I change the rule to:
INBOX.JunkMail owner lrwstiae
or
INBOX.Junk?Mail...