[imp] Send attachments as links question

Nicolás Valera nico at uns.edu.ar
Thu May 15 11:57:16 UTC 2008


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';


More information about the imp mailing list