Summary | Problems with large attachements |
Queue | IMP |
Queue Version | 3.2.3 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | ich (at) malte (dot) de |
Created | 05/31/2004 (7680 days ago) |
Due | |
Updated | 11/16/2004 (7511 days ago) |
Assigned | |
Resolved | 06/05/2004 (7675 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
1 - change
.../horde/imp/config/config.php
conf ['compose'] ['use_vfs'] = true;
2 - change
/etc/httpd/conf/httpd.conf
##### after this >>> AddType application/x-tar .tgz
#####################################################################
##### v. 1.02 alfa 1 #####
# Make sure there's only **1** line with this directive:
# LoadModule php4_module modules/libphp4.so
# try uncomment LoadModule libphp4.so
# Add index.php to your DirectoryIndex line:
DirectoryIndex index.html index.php
# Uncomment one of the following (but not both)
# Use for PHP 4.x:
AddHandler php-script php
# Use for PHP 5.x:
#AddHandler php5-script php
AddType text/html php
# PHP Syntax Coloring
# (optional but useful for reading PHP source for debugging):
AddType application/x-httpd-php-source phps
#####################################################################
3 - change
/etc/httpd/conf.d/php.conf
AddType application/x-httpd-php .php
<Files *.php>
LimitRequestBody 66000000
</Files>
# 3*size (22MB)4 - várias alterações em:
/etc/php.ini
Max_execution_time = 60
max_input_time = 60
memory_limit = 66M
; 3* size
...
...
...
Post_Max_size = 66M
...
...
...
File_uploads = On
Upload_tmp_dir = /tmp
Upload_max_filesize = 22M
; size of real upload
...
...
...
default_socket_timeout = 300
- That's all (I think)
Work fine in three servers
fedora at m7info . com . br
Marco A. Varanda
State ⇒ Not A Bug
check the archives.
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Queue ⇒ IMP
I am experiencing problems, when mails have large attachements (>5MB).
I cannot neither view nor download these attachements using IMP: I get
a http timeout, before any data is transferred. I tried this with
different browsers/platforms, so it seems not to be a browser specific
problem.
Regards, Malte