Hi,
everythime i sent mail with attachments, it does not sent when it is bigger as 3 MB. However when i attach a lot of small files it is no problem. When i attach one file with about 5 MB, and try to send it, the progress monitor is flashing and tells me mail is sending. But Nothing more happens. I am thrown back to the mail form, but the mail is not sent. The Upload is working great, and it has no problems with the upload limit of the php.ini, because other php upload scripts on my webspace can take about 20 MBs.
Does anyone have an idea what could be the problem ?
Regards,
Tom
List info: http://lists.roundcube.net/users/
On 10/30/07, thomas.schober@gmail.com thomas.schober@gmail.com wrote:
Hi,
everythime i sent mail with attachments, it does not sent when it is bigger as 3 MB. However when i attach a lot of small files it is no problem. When i attach one file with about 5 MB, and try to send it, the progress monitor is flashing and tells me mail is sending. But Nothing more happens. I am thrown back to the mail form, but the mail is not sent. The Upload is working great, and it has no problems with the upload limit of the php.ini, because other php upload scripts on my webspace can take about 20 MBs.
Does anyone have an idea what could be the problem ?
Regards,
Tom
Hello,
This limit is controlled by the .htaccess file in RC. Go to the root folder and edit the htaccess file to increase the upload limit size. There are some posts in the forum on this. Please search the forum.
kmn _______________________________________________ List info: http://lists.roundcube.net/users/
Hi, thanks for the tip, but in my .htaccess file, there is no limit specified. Another Problem is, that this htaccess file is autogenerated by my confixx Interface and i can't edit it. Its not possible to change the permissions. But as I said, the file is nearly empty, and the upload limit is not specified.
BR,
Tom
On Wed, 31 Oct 2007 09:20:22 +0530, kmnair kmnair@gmail.com wrote:
On 10/30/07, thomas.schober@gmail.com thomas.schober@gmail.com wrote:
Hi,
everythime i sent mail with attachments, it does not sent when it is
bigger
as 3 MB. However when i attach a lot of small files it is no problem.
When
i attach one file with about 5 MB, and try to send it, the progress
monitor
is flashing and tells me mail is sending. But Nothing more happens. I am thrown back to the mail form, but the mail is not sent. The Upload is working great, and it has no problems with the upload limit of the
php.ini,
because other php upload scripts on my webspace can take about 20 MBs.
Does anyone have an idea what could be the problem ?
Regards,
Tom
Hello,
This limit is controlled by the .htaccess file in RC. Go to the root folder and edit the htaccess file to increase the upload limit size. There are some posts in the forum on this. Please search the forum.
kmn
List info: http://lists.roundcube.net/users/
On 10/31/07, thomas.schober@gmail.com thomas.schober@gmail.com wrote:
Hi, thanks for the tip, but in my .htaccess file, there is no limit specified. Another Problem is, that this htaccess file is autogenerated by my confixx Interface and i can't edit it. Its not possible to change the permissions. But as I said, the file is nearly empty, and the upload limit is not specified.
BR,
Tom
Hello,
# AddDefaultCharset UTF-8 php_flag display_errors Off php_flag log_errors On php_value error_log logs/errors php_value upload_max_filesize 2M
<FilesMatch "(.inc|~)$|^_"> Order allow,deny Deny from all
</FilesMatch>
Order deny,allow Allow from all
Are you running your own server or is it hosted/outsourced. Anyway, you should have permission to download this file and re-upload it.
You can see the 2M limit for the max file size value. This needs to be edited.
kmn _______________________________________________ List info: http://lists.roundcube.net/users/
Hi,
here is my htacces file :
AuthName "Mail Client Login" AuthType Basic AuthUserFile /var/www/html/webxxx/html/mail/.htpasswd require valid-user
i think i cant edit it, because the websaerver has loaded it into memory. So the file is open and i cant edit it. But as you see, there is no upload limit specified here ? Is there another htaccess file ? This is the one directly in the root folder of Roundcube.
Br
Thomas
On Wed, 31 Oct 2007 13:08:12 +0530, kmnair kmnair@gmail.com wrote:
On 10/31/07, thomas.schober@gmail.com thomas.schober@gmail.com wrote:
Hi, thanks for the tip, but in my .htaccess file, there is no limit specified. Another Problem is, that this htaccess file is autogenerated by my
confixx
Interface and i can't edit it. Its not possible to change the permissions. But as I said, the file is nearly empty, and the upload limit is not specified.
BR,
Tom
Hello,
Here is the .htaccess file on my installation, opened with a texteditor.
# AddDefaultCharset UTF-8 php_flag display_errors Off php_flag log_errors On php_value error_log logs/errors php_value upload_max_filesize 2M
<FilesMatch "(.inc|~)$|^_"> Order allow,deny Deny from all
</FilesMatch>
Order deny,allow Allow from all
Are you running your own server or is it hosted/outsourced. Anyway, you should have permission to download this file and re-upload it.
You can see the 2M limit for the max file size value. This needs to be edited.
kmn
List info: http://lists.roundcube.net/users/
On 10/31/07, thomas.schober@gmail.com thomas.schober@gmail.com wrote:
Hi,
here is my htacces file :
AuthName "Mail Client Login" AuthType Basic AuthUserFile /var/www/html/webxxx/html/mail/.htpasswd require valid-user
i think i cant edit it, because the websaerver has loaded it into memory. So the file is open and i cant edit it. But as you see, there is no upload limit specified here ? Is there another htaccess file ? This is the one directly in the root folder of Roundcube.
Br
Thomas
Hello,
This looks like the htaccess file of the webserver. Please check whether you have another one in the RC root folder. If not, check your RC installation by unzipping the package into a temporary location. You should get an htaccess file in the unzipped root folder. Try uploading it into the root folder of your running installation.
Try renaming the existing htaccess file and see if there is any problem. Otherwise when you replace this file, your installation may get washed out.
kmn
On Wed, 31 Oct 2007 13:08:12 +0530, kmnair kmnair@gmail.com wrote:
On 10/31/07, thomas.schober@gmail.com thomas.schober@gmail.com wrote:
Hi, thanks for the tip, but in my .htaccess file, there is no limit specified. Another Problem is, that this htaccess file is autogenerated by my
confixx
Interface and i can't edit it. Its not possible to change the permissions. But as I said, the file is nearly empty, and the upload limit is not specified.
BR,
Tom
Hello,
Here is the .htaccess file on my installation, opened with a texteditor.
# AddDefaultCharset UTF-8 php_flag display_errors Off php_flag log_errors On php_value error_log logs/errors php_value upload_max_filesize 2M
<FilesMatch "(.inc|~)$|^_"> Order allow,deny Deny from all
</FilesMatch>
Order deny,allow Allow from all
Are you running your own server or is it hosted/outsourced. Anyway, you should have permission to download this file and re-upload it.
You can see the 2M limit for the max file size value. This needs to be edited.
kmn
List info: http://lists.roundcube.net/users/
Hi,
i just deactivated the .htaccess file from my server and placed the .htaccess file from roundcube 0.1-rc2 in the folder. It looks like that:
# AddDefaultCharset UTF-8 AddType text/x-component .htc
<IfModule mod_php4.c> php_flag display_errors Off php_flag log_errors On php_value error_log logs/errors php_value upload_max_filesize 15M php_value post_max_size 15M </IfModule>
<IfModule mod_php5.c> php_flag display_errors Off php_flag log_errors On php_value error_log logs/errors php_value upload_max_filesize 15M php_value post_max_size 15M </IfModule>
<FilesMatch "(.inc|~)$"> Order allow,deny Deny from all
</FilesMatch>
Order deny,allow Allow from all
i just edited the upload file Size, the rest is like originaly delivered by roundcube. But it does not work again. The attachment is successfully uploaded and shown in the attachments list, but when sending nothing happens.
On Wed, 31 Oct 2007 14:07:50 +0530, kmnair kmnair@gmail.com wrote:
On 10/31/07, thomas.schober@gmail.com thomas.schober@gmail.com wrote:
Hi,
here is my htacces file :
AuthName "Mail Client Login" AuthType Basic AuthUserFile /var/www/html/webxxx/html/mail/.htpasswd require valid-user
i think i cant edit it, because the websaerver has loaded it into
memory.
So the file is open and i cant edit it. But as you see, there is no
upload
limit specified here ? Is there another htaccess file ? This is the one directly in the root folder of Roundcube.
Br
Thomas
Hello,
This looks like the htaccess file of the webserver. Please check whether you have another one in the RC root folder. If not, check your RC installation by unzipping the package into a temporary location. You should get an htaccess file in the unzipped root folder. Try uploading it into the root folder of your running installation.
Try renaming the existing htaccess file and see if there is any problem. Otherwise when you replace this file, your installation may get washed out.
kmn
On Wed, 31 Oct 2007 13:08:12 +0530, kmnair kmnair@gmail.com wrote:
On 10/31/07, thomas.schober@gmail.com thomas.schober@gmail.com
wrote:
Hi, thanks for the tip, but in my .htaccess file, there is no limit specified. Another Problem is, that this htaccess file is autogenerated by my
confixx
Interface and i can't edit it. Its not possible to change the permissions. But as I said, the file
is
nearly empty, and the upload limit is not specified.
BR,
Tom
Hello,
Here is the .htaccess file on my installation, opened with a
texteditor.
# AddDefaultCharset UTF-8 php_flag display_errors Off php_flag log_errors On php_value error_log logs/errors php_value upload_max_filesize 2M
<FilesMatch "(.inc|~)$|^_"> Order allow,deny Deny from all
</FilesMatch>
Order deny,allow Allow from all
Are you running your own server or is it hosted/outsourced. Anyway, you should have permission to download this file and re-upload it.
You can see the 2M limit for the max file size value. This needs to be edited.
kmn
List info: http://lists.roundcube.net/users/
i think i got the problem, the roundcube error log says the following :
[31-Oct-2007 09:47:08] PHP Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 7106944 bytes) in /var/www/html/webxxx/html/mail/program/lib/Mail/mimePart.php on line 226
I think the Memory Limit in the php installation is not enough. But i can't comprehend the error, it says that 25M are allowed and it is not possible to reserve 7Mb ? Why ?
BR
Tom
On Wed, 31 Oct 2007 09:45:27 +0100, thomas.schober@gmail.com wrote:
Hi,
i just deactivated the .htaccess file from my server and placed the .htaccess file from roundcube 0.1-rc2 in the folder. It looks like that:
# AddDefaultCharset UTF-8 AddType text/x-component .htc
<IfModule mod_php4.c> php_flag display_errors Off php_flag log_errors On php_value error_log logs/errors php_value upload_max_filesize 15M php_value post_max_size 15M </IfModule>
<IfModule mod_php5.c> php_flag display_errors Off php_flag log_errors On php_value error_log logs/errors php_value upload_max_filesize 15M php_value post_max_size 15M </IfModule>
<FilesMatch "(.inc|~)$"> Order allow,deny Deny from all
</FilesMatch>
Order deny,allow Allow from all
i just edited the upload file Size, the rest is like originaly delivered by roundcube. But it does not work again. The attachment is successfully uploaded and shown in the attachments list, but when sending nothing happens.
On Wed, 31 Oct 2007 14:07:50 +0530, kmnair kmnair@gmail.com wrote:
On 10/31/07, thomas.schober@gmail.com thomas.schober@gmail.com wrote:
Hi,
here is my htacces file :
AuthName "Mail Client Login" AuthType Basic AuthUserFile /var/www/html/webxxx/html/mail/.htpasswd require valid-user
i think i cant edit it, because the websaerver has loaded it into
memory.
So the file is open and i cant edit it. But as you see, there is no
upload
limit specified here ? Is there another htaccess file ? This is the one directly in the root folder of Roundcube.
Br
Thomas
Hello,
This looks like the htaccess file of the webserver. Please check whether you have another one in the RC root folder. If not, check your RC installation by unzipping the package into a temporary location. You should get an htaccess file in the unzipped root folder. Try uploading it into the root folder of your running installation.
Try renaming the existing htaccess file and see if there is any problem. Otherwise when you replace this file, your installation may get washed out.
kmn
On Wed, 31 Oct 2007 13:08:12 +0530, kmnair kmnair@gmail.com wrote:
On 10/31/07, thomas.schober@gmail.com thomas.schober@gmail.com
wrote:
Hi, thanks for the tip, but in my .htaccess file, there is no limit specified. Another Problem is, that this htaccess file is autogenerated by my
confixx
Interface and i can't edit it. Its not possible to change the permissions. But as I said, the file
is
nearly empty, and the upload limit is not specified.
BR,
Tom
Hello,
Here is the .htaccess file on my installation, opened with a
texteditor.
# AddDefaultCharset UTF-8 php_flag display_errors Off php_flag log_errors On php_value error_log logs/errors php_value upload_max_filesize 2M
<FilesMatch "(.inc|~)$|^_"> Order allow,deny Deny from all
</FilesMatch>
Order deny,allow Allow from all
Are you running your own server or is it hosted/outsourced. Anyway, you should have permission to download this file and re-upload it.
You can see the 2M limit for the max file size value. This needs to
be
edited.
kmn
List info: http://lists.roundcube.net/users/
Quoting thomas.schober@gmail.com:
i think i got the problem, the roundcube error log says the following :
[31-Oct-2007 09:47:08] PHP Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 7106944 bytes) in /var/www/html/webxxx/html/mail/program/lib/Mail/mimePart.php on line 226
I think the Memory Limit in the php installation is not enough. But i can't comprehend the error, it says that 25M are allowed and it is not possible to reserve 7Mb ?
It is saying that the used memory + 7M is greater than 25M which is the allowed maximum for PHP. In .htaccess you can add ``php_value memory_limit 32M'' or any value greater than 25M but you need to consider the physical limits of the server as well. You can also set or modify the memory_limit in the php.ini file.
Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
List info: http://lists.roundcube.net/users/
Hi Earnie,
thanks for your hint.
But unfortunately, i are not the owner of the server and so i am not able to change the php.ini file. I addded the line : php_value memory_limit 50M
to my .htaccess file, but it does not work. Same error as before. I think php.ini value overpowers the .htaccess value.
BR
Thomas
On Wed, 31 Oct 2007 08:39:31 -0400, Earnie Boyd earnie@users.sourceforge.net wrote:
Quoting thomas.schober@gmail.com:
i think i got the problem, the roundcube error log says the following :
[31-Oct-2007 09:47:08] PHP Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 7106944 bytes) in /var/www/html/webxxx/html/mail/program/lib/Mail/mimePart.php on line 226
I think the Memory Limit in the php installation is not enough. But i
can't
comprehend the error, it says that 25M are allowed and it is not
possible
to reserve 7Mb ?
It is saying that the used memory + 7M is greater than 25M which is the allowed maximum for PHP. In .htaccess you can add ``php_value memory_limit 32M'' or any value greater than 25M but you need to consider the physical limits of the server as well. You can also set or modify the memory_limit in the php.ini file.
Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
List info: http://lists.roundcube.net/users/
List info: http://lists.roundcube.net/users/
On 10/31/07, thomas.schober@gmail.com thomas.schober@gmail.com wrote:
Hi Earnie,
thanks for your hint.
But unfortunately, i are not the owner of the server and so i am not able to change the php.ini file. I addded the line : php_value memory_limit 50M
to my .htaccess file, but it does not work. Same error as before. I think php.ini value overpowers the .htaccess value.
BR
Thomas
Hello Thomas,
Please recall that I had already enquired whether you are the owner of the server a few posts back. I was under the presumption that you might have already increased the php.ini limit.
If you have good rapport with your server admin, you could try to persuade him to change this. Or if you are going to run a real mail site, try getting a VPS hosting package, which would allow you have your own php installation.
Regards
kmn _______________________________________________ List info: http://lists.roundcube.net/users/