7 messages in net.sourceforge.lists.courier-maildrop[maildropl] maildirquota maximum size ?
FromSent OnAttachments
Daniel LudwigSep 26, 2005 2:29 am 
Sam VarshavchikSep 26, 2005 3:49 am 
Daniel LudwigSep 26, 2005 5:19 am 
Sam VarshavchikSep 26, 2005 3:19 pm 
Nick SimicichSep 26, 2005 4:26 pm 
Sam VarshavchikSep 26, 2005 4:36 pm 
Nick SimicichSep 26, 2005 6:54 pm 
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:[maildropl] maildirquota maximum size ?Actions...
From:Daniel Ludwig (dlud@alphyra-evs.de)
Date:Sep 26, 2005 2:29:38 am
List:net.sourceforge.lists.courier-maildrop

Hi,

I'm trying to set up a maildirquota of 5GB (~5000000000S), but maildirmake just creates a maildirsize of 705032704S. See my examples below...

Is there a limit when setting up maildirquota with maildirmake ?

Examples:

# /usr/local/bin/maildirmake Maildir1 # /usr/local/bin/maildirmake -q 500000000S ./Maildir1 # cat Maildir1/maildirsize 500000000S 0 0 (500 000 000S=500MB-quota ---> that works !)

# /usr/local/bin/maildirmake Maildir2 # /usr/local/bin/maildirmake -q 5000000000S ./Maildir2 # cat Maildir2/maildirsize 705032704S 0 0 (705032704S is not equal 5000 000 000S=5GB-quota ---> ???)

# /usr/local/bin/maildirmake Maildir3 # /usr/local/bin/maildirmake -q 5368709120S ./Maildir3 # cat Maildir3/maildirsize 1073741824S 0 0 (1073741824S is not equal 5368709120S ---> ???)

bye Daniel