Displaying 1 result from an estimated 1 matches for "acl_shared_ns".
2010 Jun 10
1
Shared Mailbox Questions
.../
location: maildir:/home/staff/%%n/Maildir:INDEX=~/Maildir/shared/%%u
list: children
plugin:
acl_shared_dict: proxy::acl
dict:
acl: sqlite:/etc/dovecot/acl-shared-dict.conf
acl-shared-dict.conf looks like this:
connect = /home/staff/dovecot/acl-shared-ns.sqlite
map {
table = acl_shared_ns
pattern = shared/shared-boxes/user/$to/$from
value_field = has_visible_folders
fields {
from_user = $from
to_user = $to
}
}
/home/staff/dovecot/acl-shared-ns.sqlite is set 0666, and I can add records to it from the sqlite command line as a normal user. The table was created...