The final message with all attachments is composed in memory before passed to the SMTP server. Maybe the allowed memory limit for PHP scripts is exhausted. Try to increase it either in php.ini or using the .htaccess file: php_value memory_limit 64M
~Thomas
RaSca wrote:
Hi everybody, i am trying to use roundcube with my imaps server (wich listen on the 995 port) and i've got some problems with the attachments. When i compose an email and attach some files, everything it's ok, but when it's time to send, it doesn't work. I cannot find anything on the apache server, in the error.log file, and the strangest thing of all is that with squirrelmail i can send mails with attachments. I've found some informations around about the max_upload_file in the php.ini file and the mysql's max_allowed_packet my.cnf option, but i've raised this values without success. Anyway i don't think that the problem should be server-side, but client-side. Because it seems like the server is not contacted.
So, what can i look for ? Is there a way to debug this process or there are some known issues about attachments ?
Thanks in advance for your answers...
Bye,