Hi,
I just discovered about 16GB of file ("rcmAttmnt....") on /tmp directory on my
mailserver.
Actually, on my config.inc.php I have:
$config['temp_dir'] = 'temp/';
which is /var/www/webmail/temp in my case.
On that folder, the oldest file is two days ago.
On /tmp, instead, I have several file even from the last year!
I think this difference is related to some upgrade that I did in the past
(from 0.9.4 to 1.0.0).
My question is: is it safe to delete all files in /tmp directory?
Are attachment not stored in user mailboxes?
Thank you