love
// Homepage : technical : Squirrelmail : too many messages can cause timeout or download right_main.php

Squirrelmail : too many messages can cause timeout or download right_main.php

if you have a linux mail server with apache and squirrelmail, and some emails with thousands of messages in the folders most probably you encounter the problem of being not able to access the messages in the folder...

that of course an error of timeout or a limited resource configured in apache

so go to php.ini and increase max_execution_time and memory_limit to meet your needs !


max_execution_time = 300     ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 32M      ; Maximum amount of memory a script may consume (8MB)

enjoy