[imp] cache files in /tmp directory

LALOT Dominique dom.lalot at gmail.com
Mon Mar 30 08:29:33 UTC 2009


You can delete them by running a find script in crontab.
01 3 * * * www-data find /var/www/tmp/ -type f -ctime +1 -exec /bin/rm {} \;

You can put them in a specialized directory:

$conf['cache']['params']['dir'] = '/var/www/tmp/cache';
$conf['cache']['params']['sub'] = 2;
$conf['cache']['driver'] = 'file';

They appear as you are using msgcache and mlistcache. It seems there is no
GC to get rid of themp despite of a lifetime value. Don't use the memcache
driver. It's not working for the moment.

Dom

2009/3/27 Lucien GENTIS <lucien.gentis at lorraine.iufm.fr>

> Hi to all,
>
> Horde 3.3.3
> IMP 4.3.3
> Turba 2.3.1
> Ingo 1.2.1
>
> What are these cache_XXXXXXXXXXXXXXXXXXXXXXXXXXXX files in /tmp directory ?
> Their content is related to IMP and consists of messages sent through it.
>
> They accumulate in /tmp directory without beeing deleted since my last
> update of Horde/IMP
>
> May we delete them without danger ?
>
> Lucien
>
> --
> Lucien GENTIS
> IUFM de Lorraine
> Centre de Ressources Informatiques
> 5, Rue Paul Richard
> C.O. 3 - MAXEVILLE
> 54528 LAXOU-CEDEX
>
> Tél. 03 83 17 68 41
> Email : lucien.gentis at lorraine.iufm.fr
>
>
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>



-- 
Dominique LALOT
Ingénieur Systèmes et Réseaux
http://annuaire.univmed.fr/showuser.php?uid=lalot


More information about the imp mailing list