Hello,
I'm trying to set up LDAP stored quota on Dovecot but it doesn't work and
doesn't get reported by the command doveadm quota get.
I'm using the field departmentNumber in my LDAP server to store the quota.
doveadm quota get -u test
Quota name TypeValue
Limit
%
User quota STORAGE 0
rrect syntax would be:
>
> user_attrs = \
>mailRoutingAddress=user, \
>=uid=vmail, \
>=gid=mail, \
>=home=/var/mail/%d/%n, \
>=quota_rule=*:bytes=%{ldap:departmentNumber}
>
> Aki
>
> > On 22 November 2018 at 15:29 Vincent Seynhaeve
> wrot