on 2/27/01 10:34 PM, hari_bhr at [EMAIL PROTECTED] wrote:
> hi all
>
> i was running qmail+mysql+vpopmail+sqwebmail+qmailadmin
> on linux 6.2
> its working fine, with out any problem past 4 months
> i got virtual hosts lot of.
> each mail box default 5MB
>
> what i have required is.
> in one of the virtual host user required more than 5 mb how do i allocate for
> the specific user.
> how do i specify for the hole domain is x MB, it share all the users.
For one user:
vsetuserquota <user@domain> <quota>
For the whole domain:
vsetuserquota <domain> <quota>
But any subsequent vadduser commands will default to the --enable-hardquota
setting (at compile time) unless you use the -q argument.
Hope this helps.
-Bill