Roundcube Community Forum

 

Sending mails with attachments bigger than 2M doesn' work.

Started by Tobi1051, April 06, 2008, 06:20:54 PM

Previous topic - Next topic

Tobi1051

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



BlueC

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