View previous topic :: View next topic |
Author |
Message |
zgredek Apprentice
Joined: 15 Jun 2005 Posts: 186
|
Posted: Wed Jun 29, 2005 4:05 pm Post subject: squirrelmail attach size? |
|
|
i wonder how to change allowed size for attachs uploads from 2M to my value. I looked at squirrel's config.php and php.ini but there're no options.
thanks. |
|
Back to top |
|
|
zonk Apprentice
Joined: 23 May 2005 Posts: 176
|
Posted: Wed Jun 29, 2005 4:26 pm Post subject: |
|
|
the options are in php.ini
http://www.squirrelmail.org/wiki/en_US/AttachmentSize
you might also need to change the maximum php script runtime depending on how long the upload of the attachment will take.
first google hit for "squirrelmail attachment size" |
|
Back to top |
|
|
zgredek Apprentice
Joined: 15 Jun 2005 Posts: 186
|
Posted: Wed Jun 29, 2005 6:40 pm Post subject: |
|
|
thanks that did the trick. i searched google (really!)
what i noticed is that the value i pass to php.ini or config.php does not always change attach limit size the way i want. is that normal? |
|
Back to top |
|
|
Praxxus Apprentice
Joined: 26 Nov 2002 Posts: 193 Location: Indiana, US
|
Posted: Thu Jun 30, 2005 2:13 am Post subject: |
|
|
Check to make sure the values aren't also defined in:
/etc/apache2/conf/modules.d/70_mod_php.conf
It's been my experience that the settings there override the ones in php.ini _________________ My glaucoma just got worse! |
|
Back to top |
|
|
zgredek Apprentice
Joined: 15 Jun 2005 Posts: 186
|
Posted: Thu Jun 30, 2005 6:23 am Post subject: |
|
|
Praxxus wrote: | Check to make sure the values aren't also defined in:
/etc/apache2/conf/modules.d/70_mod_php.conf
It's been my experience that the settings there override the ones in php.ini |
There's nothing in this file about the sizes...
thx anyways |
|
Back to top |
|
|
|