Summary | 0 kb attachement |
Queue | IMP |
Queue Version | 4.1.4 |
Type | Bug |
State | No Feedback |
Priority | 1. Low |
Owners | |
Requester | chmick (at) chmick (dot) org |
Created | 12/06/2007 (6484 days ago) |
Due | |
Updated | 01/07/2008 (6452 days ago) |
Assigned | 12/06/2007 (6484 days ago) |
Resolved | 01/07/2008 (6452 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
it? Can you save the raw message (in the message view, click Save As)?
Would it be possible for you to test with IMP 4.2-RC1 to see if this
has been fixed?
configured, the log files don't help much further.
I have no idea what's going on there.
attachment .
New Attachment: horde.log
For info here is my horde conf file :
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: horde/config/conf.xml,v 1.74.2.48 2007/02/02 11:03:05 jan Exp $
$conf['debug_level'] = E_ALL;
$conf['max_exec_time'] = 0;
$conf['compress_pages'] = true;
$conf['umask'] = 077;
$conf['use_ssl'] = 1;
$conf['server']['name'] = $_SERVER['SERVER_NAME'];
$conf['server']['port'] = 443;
$conf['session']['name'] = 'Horde';
$conf['session']['use_only_cookies'] = true;
$conf['session']['cache_limiter'] = 'nocache';
$conf['session']['timeout'] = 0;
$conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
$conf['cookie']['path'] = '/horde3';
$conf['sql']['persistent'] = false;
$conf['sql']['username'] = '*****';
$conf['sql']['password'] = '********';
$conf['sql']['protocol'] = 'unix';
$conf['sql']['database'] = 'horde';
$conf['sql']['charset'] = 'iso-8859-15';
$conf['sql']['phptype'] = 'mysql';
$conf['auth']['admins'] = array('*****');
$conf['auth']['checkip'] = true;
$conf['auth']['checkbrowser'] = true;
$conf['auth']['alternate_login'] = false;
$conf['auth']['redirect_on_logout'] = false;
$conf['auth']['params']['app'] = 'imp';
$conf['auth']['driver'] = 'application';
$conf['signup']['allow'] = false;
$conf['log']['priority'] = LOG_DEBUG;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = '/var/log/horde/horde3.log';
$conf['log']['params']['append'] = true;
$conf['log']['type'] = 'file';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;
$conf['prefs']['params']['driverconfig'] = 'horde';
$conf['prefs']['driver'] = 'sql';
$conf['datatree']['driver'] = 'null';
$conf['group']['driver'] = 'datatree';
$conf['cache']['default_lifetime'] = 1800;
//$conf['cache']['params']['dir'] = Horde::getTempDir();
//$conf['cache']['params']['gc'] = 86400;
$conf['cache']['driver'] = 'zps4';
$conf['token']['driver'] = 'none';
$conf['mailer']['params']['host'] = 'localhost';
$conf['mailer']['params']['port'] = 25;
$conf['mailer']['params']['localhost'] = 'chmick.org';
$conf['mailer']['params']['auth'] = '0';
$conf['mailer']['type'] = 'smtp';
$conf['vfs']['params']['vfsroot'] = '/tmp';
$conf['vfs']['type'] = 'file';
$conf['sessionhandler']['type'] = 'none';
$conf['problems']['email'] = '*************';
$conf['problems']['maildomain'] = 'chmick.org';
$conf['problems']['tickets'] = false;
$conf['menu']['apps'] = array();
$conf['menu']['always'] = false;
$conf['menu']['links']['help'] = 'all';
$conf['menu']['links']['help_about'] = true;
$conf['menu']['links']['options'] = 'authenticated';
$conf['menu']['links']['problem'] = 'all';
$conf['menu']['links']['login'] = 'all';
$conf['menu']['links']['logout'] = 'authenticated';
$conf['hooks']['permsdenied'] = false;
$conf['hooks']['username'] = false;
$conf['hooks']['preauthenticate'] = false;
$conf['hooks']['postauthenticate'] = false;
$conf['hooks']['authldap'] = false;
$conf['portal']['fixed_blocks'] = array();
$conf['fortune']['exec_path'] = '/usr/games/fortune ';
$conf['accounts']['driver'] = 'null';
$conf['imsp']['enabled'] = false;
$conf['kolab']['enabled'] = false;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
server error log file.
And does this happen with any browser or just Konqueror?
server error log file.
And does this happen with any browser or just Konqueror?
New Attachment: horde3.log
from apache2 as attachement
New Attachment: access.log
from apache2 as attachement
State ⇒ Feedback
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Queue ⇒ IMP
Summary ⇒ 0 kb attachement
Type ⇒ Bug
whatever the web browser i use or the network I use (local or internet
ssl or not)
Server is an apache 2.2 with php5 .I'm using uw-imap on ssl to
connect to mailbox. this is on a debian machine and all package are up
to date .
I set up proper value in php.ini to allow big mail upload and download .
max_execution_time = 30
max_input_time = 60 ;
;max_input_nesting_level = 64
memory_limit = -1
and i added this in the php.conf in apache2 directory
<Files *.php>
LimitRequestBody 66000000
</Files>
i tried a lot of tests based on what I ve been reading on the web .
But It still doesn't work . I can not download any attachment
Weird thing is that i can send email with attachment (I set the limit
at 5 Mb).
Any help will be appreciated
Thanks