Displaying 1 result from an estimated 1 matches for "lrwtsd".
2009 Jun 15
2
Dovecot v1.2 assert() in ACL
...s shared by other users, Dovecot needs a
# shared mailbox dictionary. For example:
acl_shared_dict = file:/var/cache/dovecot/shared-mailboxes
telnet localhost imap
0 login ....
1 getacl Sent
* ACL "Sent" "testuser" lrwstipekxacd
1 OK Getacl completed.
2 setacl Sent timo +lrwtsd
2 OK Setacl complete.
3 setacl Sent timo -lrwtsd
Aborted (core dumped)
cat /var/cache/dovecot/shared-mailboxes
shared/shared-boxes/user/timo/testuser
1
===
The assert happens when the last right is to remove:
setacl I user +lwp
setacl I user -l
setacl I user -w
setacl I user -p
Abort
===
log:...