Kico Zaninetti wrote: > I'm having a problem with attachment files bigger then 1Mb. > 1) When I try to send more than 1Mb, I got a blank screen. > 2) When I receive a mail with more than 1Mb attachment file, I just > can't open it. > > My php.ini is configured to send 10Mb attachments and I have modified > the .htaccess on roundcube root dir to 10Mb too. > Version 0.1 stable.
1) Don't forget to set the post_max_size to the same size in .htaccess 2) Check the error log if there are reports about memory limits. RC will load the whole message into ram which can exhaust the configured memory limit. You can adjust that as well in .htaccess: php_value memory_limit 10M > > Does anyone can give a hint about what is hapening? > > Thanks a lot. > > Kico Zaninetti > carpe diem ~Thomas
