Hi, I see that the attachment size limits are applied no matter if the attachments are sent with the message or as linked attachments. Now, when i send attachment as link, the attachment is stored on the vfs defined in the horde conf.php, so, how i can set the limits? - quota in vfs to avoid users fill my vfs - time for how long is stored
Thanks, Nico. ------------------------ hode conf.php $conf['vfs']['params']['vfsroot'] = '/tmp'; $conf['vfs']['type'] = 'file'; imp conf.php $conf['compose']['use_vfs'] = true; $conf['compose']['link_attachments'] = true; $conf['compose']['attach_size_limit'] = '5242880'; $conf['compose']['attach_count_limit'] = '0'; -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
