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 <[email protected]> > 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 : [email protected] > > > -- > IMP mailing list - Join the hunt: http://horde.org/bounties/#imp > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: [email protected] > -- Dominique LALOT Ingénieur Systèmes et Réseaux http://annuaire.univmed.fr/showuser.php?uid=lalot -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
