Todd Lyons wrote:
On Mon, Dec 15, 2008 at 4:19 PM, Carlos Eduardo Tavares Terra
<edua...@gmail.com> wrote:
I have a problem and a question.
I have users with quota over 4GB in a 32bit server and when maildrop
creates the maildirsize, it uses 1GB quota.
I have tested maildrop in a 64bit server and this problem didn't
happen. Unhappily I can't use only 64bit server right now.
My problem is:
Is possible to use quota > 4GB in 32bit servers ?
I was about to write an email about this very topic. There is a patch
that someone wrote that patches the maildir support for the maildrop
package so that it can handle quota larger than 2 GB (you wrote 4 GB,
but in my tests, I started getting errors above 2 GB). The patch is
located here:
http://japc.uncovering.org/patches/maildrop_64bit_quota.diff
Awesome. I was just having a similar problem with vpopmail on
OpenSolaris. Quota was working just fine with 32bit kernels, but on
OpenSolaris - which tells me it's 64bit - I got lopped off at 2GB. This
off_t to 64bit_t change fixed it for me.
Thanks - excellent timing :)
Rick