email: quota setup

This commit is contained in:
silver 2023-07-16 15:06:06 +01:00
parent 0c26f37507
commit bdf6c699e0
2 changed files with 17 additions and 1 deletions

View file

@ -155,6 +155,9 @@
dovecot = {
userFilter = "(skMail=%u)";
# can lock down how much space each user has access to from ldap
userAttrs = "quotaEmail=quota_rule=*:bytes=%$";
# accept emails in, but only allow access to paid up members
passFilter = "(&(|${create_filter cfg.groups})(skMail=%u))";
};