23 Mar
2008
23 Mar
'08
5:13 p.m.
On Mar 22, 2008, at 1:32 PM, Mohammad Shami Al-Shami wrote:
user_attrs = sAMAccountName=home,title=quota user_filter = (&(ObjectClass=person)(sAMAccountName=%u)) pass_filter = (&(ObjectClass=person)(sAMAccountName=%u)) user_global_uid = 1001 user_global_gid = 1001
I'm storing the quota in the title field (tried other fields as well) in the following format: maildir:storage=512000
Yet I still get 10MB for all users.
It all looks OK, so the only thing I can think of is that the "title"
doesn't really get returned at all. What do Dovecot's logs show when
you log in? It should have a line showing user_attrs and their return
values.