On Sun, Mar 06, 2011 at 10:32:11PM +0300, Denis Shulyaka wrote: > Hi Viktor, > > You are right, for some reason my system has some troubles with > fsspace("/var/spool/postfix", &fsbuf). Possibly, Bastian is right > about my kernel. But I just don't how to fix it. > > Any way, Postfix code is OK, and the workaround with > `fsspace("/overlay", &fsbuf)` satisfies me so far.
The "fsspace" function is a Postfix utility function, the underlying system interface is either statfs() or statvfs(). You should find out which is used on your system and test that... -- Viktor.