On Mon, 27 Feb 2006 16:48:35 +0100 Rudy Gevaert <[EMAIL PROTECTED]> wrote:
> Hi Sam, > > On Tue, 2006-02-14 at 18:33 -0500, Sam Varshavchik wrote: > > Rudy Gevaert writes: > > > > > Hi Brian and follow courier users, > > > > > > Thanks for your reply. Deleting the field in ldap and remove the > > > maildirsize file does make it work.Another little question. > > > I suspect that the upper limit of the quota is arround 4 GIG. Is > > > it > > > > The actual limit is 2 GB. > > > > > possible to increase this? > > > > Yes. Either upgrade to a 64-bit CPU, or upgrade to a platform that > > represents file offsets as 64-bit quantities. > > I do not understand what you mean with the last thing you say. Fellow > workers don't understand it too. > > Would you be so kind to be a bit more verbose about this issue? > File offsets (i.e. pointers into the file used when scanning one) are normally represented as type 'int'. By default those are 32-bits long on 32-bit platforms. Hence you must either upgrade to 64-bit hardware or use an O/s that uses a non-standard representation of offsets. -- Due to excessive spam as a result of archiving of this list I only accept mail through the list server. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
