Author Topic: RC not send email with attachment > 10 mb  (Read 2473 times)

Offline AnOnImOuS_

  • Newbie
  • *
  • Posts: 1
RC not send email with attachment > 10 mb
« on: October 06, 2008, 04:30:41 PM »
Hi all!
I´m have problem with mail attachment up to 10 mb.
My file php.ini:
upload_max_filesize = 50M

My file .htaccess:
# AddDefaultCharset   UTF-8
AddType text/x-component .htc

 php_flag   display_errors   Off
 php_flag   log_errors   On
 php_value   error_log   logs/errors
 php_value   upload_max_filesize   50M
 php_value   post_max_size           50M
 php_value   memory_limit           128M
 php_value   session.auto_start   0
 php_value   zlib.output_compression   0
 php_value   magic_quotes_gpc   0



 php_flag   display_errors   Off
 php_flag   log_errors   On
 php_value   error_log   logs/errors
 php_value   upload_max_filesize   50M
 php_value   post_max_size           50M
 php_value   memory_limit           128M
 php_value   session.auto_start   0
 php_value   zlib.output_compression   0
 php_value   magic_quotes_gpc   0
 php_value   upload_tmp_dir   /var/www/webmail/temp



 Order allow,deny
 Deny from all


Order deny,allow
Allow from all
-----------------------------------
I am getting error message in the logs apache:
File does not exist: /var/www/webmail/&_action=keep-alive&_t=1223322798421&_remote=1, referer: http://webmail.xxxxx.com/?_task=mail&_action=upload

Help me!!
Thanks!