15 Oct
2009
15 Oct
'09
8:31 p.m.
Ok I see, so can I get per-user quotas going and still use userdb static? or do I have to change to userdb ldap?
On Thu, Oct 15, 2009 at 11:30 AM, Timo Sirainen <tss@iki.fi> wrote:
On Wed, 2009-10-14 at 21:18 -0500, Peter Fraser wrote:
userdb: driver: static args: uid=1002 gid=1002 home=/home/vmail/%u allow_all_users=yes
This catches all userdb lookups.
userdb: driver: passwd args: blocking=yes
This is never used. You probably want to comment it out.
user_attrs = homeDirectory=/home/vmail/%u,uidNumber=1002,gidNumber=1002,streetAddress=quota_rule=*:storage=%$M
These aren't used, because you're using userdb static instead of userdb ldap.