Hi,
I've just installed RoundCube. It works very well. But if I want send mails bigger than 2M, I got a problem.
The upload of the file works. The size in the php.ini is 10M. But if I push "send mail", the mail is not sent. In the apache error log is written "File does not exist".
My System is Debian Etch.
Is there anybody, who can help?
Thanks!
Tobi
in php.ini check *both* of these variables:
upload_max_filesize
post_max_size
oh, also make sure your web server user has write access to the /temp directory of your roundcube installation.
HTH
Chris