Anders,
That's what I thought , but maybe I'm out of luck in this question!
Here is some confs...
In dovecot.conf:
protocol imap {
mail_plugins = acl
}
plugin {
acl = vfile:/etc/dovecot/acl
}
And in /etc/dovecot/acl I have two folders:
.Trash
and
Trash
(Just for testing purpose)
And inside those folders I have a file called .DEFAULT with the
following content:
owner lrwsik
I use "/" as separator.
Can you tell me if I mismatch something?
Thanks!
Anders escreveu:
Fábio M. Catunda wrote:
I would like to know if it's possible to avoid message deletion in a
specific folder.
You can make that with access control, see http://wiki.dovecot.org/ACL
Anders.