On Mon, Jul 19, 2004 at 06:10:05PM +0700, Siriporn Hayuk wrote: > Jul 16 09:02:05 itc qpopper[28023]: [ID 702911 local0.notice] [SYS/TEMP] > Unable > to open temporary maildrop '/var/mail/poptemp/.vithayar.pop': Disc quota > exceede > d (49) > Jul 16 09:02:05 itc qpopper[28023]: [ID 702911 local0.notice] vithayar > at 172.31 > .227.11 (172.31.227.11): -ERR [SYS/TEMP] Failed to create > /var/mail/poptemp/.vit > hayar.pop with uid 5583, gid 6. Change permissions. > > Folder permission of /var/mail/popcache and /var/mail/poptemp are the > same as /var/mail.
Check the group quota that applies to your users. Maybe you have a group quota set that limits the number of files (inodes) the group as a whole can own? Can you show us the output from these two commands? quota -v 5583 quota -vg 6 That shows the quotas for UID 5583 and GID 6. > How to solve this problem? Any recommendations are welcome. I solved this and other quota-related problems by putting the .cache and .pop files on a different filesystem with no quota. Not the best solution, but it helped in our case. -James