Kico Zaninetti wrote:
I'm having a problem with attachment files bigger then 1Mb.
- When I try to send more than 1Mb, I got a blank screen.
- 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.
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