Hi,
I have installed HMailServer, Apache, PHP... and everything work well.
But with SquirrelMail, I cannot sent attached file bigger than 2Mo. Is there Somebody who know how to change this setting?
Thanks a lot.
FAWTS
Max File Size and attachement
Attache file Solution
The max file size upload does not depend of SquirrelMail config, but the php .ini config.
Here the parameters :
* [memory_limit] (default = 8M)
* [post_max_size] (defaul t= 8M)
* [upload_max_filesize] (default = 2M)
For more informations, see : http://www.squirrelmail.org/wiki/en_US/AttachmentSize
FAWTS
Here the parameters :
* [memory_limit] (default = 8M)
* [post_max_size] (defaul t= 8M)
* [upload_max_filesize] (default = 2M)
For more informations, see : http://www.squirrelmail.org/wiki/en_US/AttachmentSize
FAWTS