6.0.0-alpha12
6/10/25

[#245] Problems with large attachements
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

History
11/16/2004 01:14:53 AM fedora (at) m7info (dot) com (dot) br Comment #3 Reply to this comment
OK ! - Fedora Core 1, Imp 3.2.6, Horde 2.2.7, Apache 2.0.51



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


06/05/2004 09:38:52 PM Jan Schneider Comment #2
State ⇒ Not A Bug
Reply to this comment
This is covered at least twice each month on the mailing lists, please 
check the archives.
05/31/2004 01:22:03 PM ich (at) malte (dot) de Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Queue ⇒ IMP
Reply to this comment
Hello,

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

Saved Queries