5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] quota size limit?
FromSent OnAttachments
list...@israelcardenas.comMar 29, 2007 6:26 am 
Sam VarshavchikMar 29, 2007 3:18 pm 
Jay LeeMar 30, 2007 3:29 am 
Arne SchmitzMar 30, 2007 4:10 am 
Gordon MessmerMar 30, 2007 9:29 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] quota size limit?Actions...
From:Gordon Messmer (yiny@eburg.com)
Date:Mar 30, 2007 9:29:40 am
List:net.sourceforge.lists.courier-users

Arne Schmitz wrote:

Is this easily fixable, e.g. by using a int64_t type on compilers where it is available (all ISO C99 ones)? This would also allow 32bit platforms to specify larger quotas.

If you want to specify 64 bit file (and quota) sizes, set CFLAGS and LDFLAGS before configure:

CFLAGS="`getconf LFS_CFLAGS`" LDFLAGS="`getconf LFS_LDFLAGS`" export CFLAGS LDFLAGS