Displaying 2 results from an estimated 2 matches for "5242880s".
Did you mean:
52428800
2006 Nov 07
1
move the message between folder problem with quota.
Hi, i have dovecot 1.0rc12, postfix, RedHat Enterprise Linux ES 4.0
Update 4. IMAP client Thunderbird 1.5.0.7
Only namespace:
namespace private {
separator = /
inbox = yes
prefix =
location = maildir:~/Maildir/
}
When the quota limit is near...
more maildirsize
5242880S
0 0
2688058 1
1993336 1
... if i move the message betweeen foders, dovecot say: quota exceeded.
Is this a error?
If i delete the message (trash folder), it not work too.
would not have to work as Maildir++ specification says?
http://www.inter7.com/courierimap/README.maildirquota.html (Readin...
2009 Jul 12
1
[BUG] Incorrect maildir quota value after maildirsize creation
...ovecot-uidvalidity
-rw------- 1 mbox mbox 8536 Jul 12 20:50 dovecot.index.cache
-rw------- 1 mbox mbox 532 Jul 12 20:50 dovecot.index.log
-rw------- 1 mbox mbox 28 Jul 12 20:50 maildirsize
drwx--S--- 2 mbox mbox 4096 Jul 9 00:58 new
drwx--S--- 2 mbox mbox 4096 Jul 9 00:58 tmp
# cat maildirsize
5242880S
14182502 7
-969 -1
So, maildirsize says, that there should be 7-1=6 emails which should take
14182502-969=14181533 bytes together. In fact, there are 7 emails (I delete
only one of eight emails) which take 14182502 bytes together (deleted
email taked 969 bytes):
# find cur new -type f | wc -l
7
#...