Hi,

i upgraded from 6.1.5-git to 6.2.0-git. The only change i see is "link_attach_size_hard".

This is my conf.php:
---------------------
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Id: 2f48fe333b68218854ef27745028e6efd3efc6f0 $
$conf['user']['allow_view_source'] = true;
$conf['server']['server_list'] = 'shown';
$conf['compose']['use_vfs'] = true;
$conf['compose']['link_attachments_notify'] = true;
$conf['compose']['link_attach_threshold'] = 5242880;
$conf['compose']['link_attach_size_limit'] = 0;
$conf['compose']['link_attach_size_hard'] = 0;
$conf['compose']['link_attachments'] = true;
$conf['compose']['attach_size_limit'] = 0;
$conf['compose']['attach_count_limit'] = 0;
$conf['compose']['reply_limit'] = 0;
$conf['compose']['ac_threshold'] = 2;
$conf['compose']['htmlsig_img_size'] = 30000;
$conf['pgp']['keylength'] = 1024;
$conf['maillog']['driver'] = 'history';
$conf['sentmail']['driver'] = 'Null';
$conf['contactsimage']['backends'] = array('IMP_Contacts_Avatar_Addressbook');
$conf['tasklist']['use_tasklist'] = false;
$conf['notepad']['use_notepad'] = false;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
---------------------

When i tried to change the "link_attach_size_hard" to the value of threshold (5242880) and send a big mail (5.5M), the mail stuck at sending, and the whole horde died, no response. I see no error in the logs. I've changed the logging value to DEBUG, but i only see "Loading confif file..." and "Max memory usage:..." rows.

thx
tj


Idézet (Michael M Slusarz <slus...@horde.org>):

Quoting Torok Jozsef <t...@jgypk.u-szeged.hu>:

i've just upgraded our horde/imp installation by git. Everything went
okay,
but looks like linked attachments not work anymore. Is it changed
somewhere? In the imp-config it is configured with 5MByte threshold. Now
imp tries to send every attachment inline. Old attachments not available
anymore.

Works here.

You have updated your config files, correct?  There have been several
changes to linked attachment behavior recently (see docs/UPGRADING).

michael

___________________________________
Michael Slusarz [slus...@horde.org]

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe,
mail: imp-unsubscr...@lists.horde.org
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to