Submitted by paul.kelly on Thu, 07/30/2009 - 08:56
I touyght I posted about this about an hour ago, but cant fint it, so, here it is again!
Set up a new domain and mail user. User had 50mb limit, which filled up over night. Tried looking at spam, but go a pop3 error, which was resolved when quota was increased to 100mb.
After about 1-2hours, 100mb quota has now been met.
I have had a look around and cant find any obvious files.
This is the second times I have set the VS and user up and had the same result.
I am just going through all mail accounts to see if anyone else is affected!
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Thu, 07/30/2009 - 12:22 Comment #1
You can search for all files owned by the user with a command like :
find / -user user.domain
In particular, look for clamav-* files in /tmp, which you can delete safely. There is a bug in some ClamAV versions that can cause these temp files to be created but not cleaned up. The fix is to run clamd, as documented at : http://www.virtualmin.com/documentation/id,spam_and_virus_scanning/
Submitted by paul.kelly on Thu, 07/30/2009 - 15:26 Comment #2
yup, the files were in the /tmp/ directory, not user!
thanks