Hi,
if you do a ./configure --help
......
--enable-hardquota=#|n n disables quotas, or # where # is a number in bytes NOT y,
do not use Y, y is BAD
...............
so you need --enable-hardquota=5000000
Hope this helps
Donal
On Mon, Jul 16, 2001 at 01:19:43PM +0000, Mustafa Han wrote:
> Hello,
>
> I've installed autorespond-1.0.0, ezmlm-0.53, daemontools-0.70,
> ucspi-tcp-0.88 on a Freebsd 4.2 server.
> But After ##make command while I Compile vpopmail-4.10.29 an error:
> "" c -I. -Icdb -g -O2 -Wall -c vauth.c
> vauth.c: In function `vauth_getpw':
> vauth.c:278: incompatible type for argument 1 of `memset'
> vauth.c: In function `vauth_adduser_line':
> vauth.c:708: nondigits in number and not hexadecimal
> *** Error code 1
>
> Stop in /usr/home/han/qmail/vpopmail-4.10.29.
> *** Error code 1"""
> *******************************************************************
> was occurred
>
> my ./configure command is:
> ./configure --enable-hardquota=5M --enable-roaming-users=y
> --enable-large-site=y --enable-relay-clear-minutes=60
> --enable-sqwebmail-pass=y --enable-clear-passwd=y --enable-valias=y
>
> thank you for your help..
>
> Mustafa Han
>