Displaying 2 results from an estimated 2 matches for "mailbox_owner".
2015 Jan 25
1
Indexing Mail faster
Thomas Leuxner:
> namespace {
> location = virtual:~/mdbox/virtual
> prefix = Virtual/
> separator = /
> }
>
> $ cat virtual/Flagged/dovecot-virtual
> *
> Public/*
> flagged
once setup correctly it works like expected :-)
> Another example, the one I used in the original reply, is 'gluing'
> together archives as a single view:
>
> $
2014 May 18
0
Feature Request doveadm acl command
...file after the scripts ran so the global ACL kicks in. There seems to be no interface command to purge 'dovecot-acl' files so this is handled by the scripts for now:
[...]
# Get actual path of dovecot-acl file and remove it as it is handled by global ACL
acl_path=$(doveadm acl debug -u $mailbox_owner "$source_mailbox_base/$1" 2>&1 | sed -n "s/\(.*\)$debug_acl_mailbox_path//p")
[ -f $acl_path/dovecot-acl ] && rm $acl_path/dovecot-acl
It would be nice if purging a specific dovecot-acl would be handled by doveadm to avoid custom-scripting.
Regards
Thomas
-----...