Displaying 2 results from an estimated 2 matches for "nfse".
Did you mean:
nfs
2009 Oct 15
2
FS Quota broken for delivering BIG message
Hi everybody.
I have Linux file system quota for users and enabled "fs quota" and quota
plugin for LDA. My test user is already deep over quoted:
---
Filesystem blocks quota limit
nfse:/export 23768* 10240 10240
---
1. If I tries to deliver _short_ message to user mbox - quota works:
$ echo "123123123123" | /usr/local/libexec/dovecot/deliver -d koc
---
Quota root: name=Quota backend=fs args=group:mount=/var/virtual/home/I/I/koc
Quota rule: root=Quota mailbox=* by...
2010 May 12
1
Problems with the fs-quota plugin on delivery stage
Hi All!
Just noticed a strange behavior of the FS quota plugin on delivery stage.
We use group FS quotas via NFS. And quota-tool says:
---
Disk quotas for group #5751796 (gid 5751796):
Filesystem blocks quota limit grace
nfse:/export 1276 10240 10240
---
I run:
---
cat ./test.eml | /usr/local/libexec/dovecot/deliver -e -n -d xxxx at xxxxx.xxxx
---
and get:
---
Quota exceeded (mailbox for user is full)
---
But ./test.eml is 7088147 bytes and it is not above the quota.
dovecot debug log is:
---
May 12 20:01:46 do...