Displaying 1 result from an estimated 1 matches for "acl_valu".
Did you mean:
acl_value
2023 Jan 13
1
Add Userdb extra field to existing configuration settings, not overriding them
...:
.
mail_plugins = quota notify
protocol imap
mail_plugins = $mail_plugins imap_quota
.
>From my test, this combination will lead to having the logging users with
acl_enabled=1, a mail_plugins list of acl and imap_acl only, without the
quota and notify plugins .
If i change the acl_value to 0, the returned mail_plugins list is empty and
it will not overrive\overwrite the dovecot.conf mail_plugins configuration .
If it's correct, there is a way to merge both settings, like having in the
dovecot.conf a minimal\base subset of settings and adding any additional
values via SQL...