Hi, how can I prevent users deleting system folder?
I created a folder "Archive" and I would like to avoid accidental delete.. I put this in config.inc.php:
config.inc.php:$config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash', 'Archive');
Thank you
On 11/14/2014 5:37 AM, absolutely_free@libero.it wrote:
Hi, how can I prevent users deleting system folder?
I'm not sure what mail server you're using, but Dovecot appears to support this through the ACL plugin:
I'll have to implement this myself at some point.
On 11/14/2014 12:37 PM, absolutely_free@libero.it wrote:
I created a folder "Archive" and I would like to avoid accidental delete.. I put this in config.inc.php:
config.inc.php:$config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash', 'Archive');
Looks like a bug in 1.0. Works for me in 1.1-beta.
http://trac.roundcube.net/ticket/1490154