Andrés wrote:
>
> I have recompiled using that option, but the users still receive e-mails
> which are much bigger than their quota.
>
> What's the problem?
>
> > Hello.
> >
> > I installed vpopmail normally, but now I want to define quotas for each
> > user. Do I have to recompile vpopmail to support quotas?
> >
> > The option to enable quotas is --enable-hardquota=5000000 for example?
> >
> > Thanks in advance.
Recompiling doesn't change the users quota value in the authentication
tables. It only changes the default value set for new users.
With the default cdb authentication, do this:
grep user vpasswd
The last field is the quota. You can change a users quota with
vsetuserquota user@domain quota_in_bytes
Ken