Hi List We are not currently using VFS to store uploaded attachments - however we have found that when maintenance tasks are run - specifically the delete_attachments_monthly task, Horde breaks. This is because we have this in the conf.php file:
$conf['vfs']['type'] = 'none'; My question is as follows: If we are not using VFS to store uploaded attachments, does the delete_attachments_monthly task still need to be executed? I have looked at the code and it appears that all it does is clean up VFS (which in our case doesn't exist). Is it safe to disable the maintenance task permanently? Thanks Rory -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
