なんでデフォルトで2MBやねん.
ということで, ちこっと調べたのでメモ.
http://devenix.wordpress.com/2007/11/20/increasing-squirrelmail-maximum-attachment-size/
- Locate your php.ini.
- open file is some editor.
- Search for upload_max_filesize.
- Change 2M to something else, for example 5M.
- If the upload_max_filesize is larger than post_max_size, you must increase post_max_size so that it's bigger than upload_max_size
- If the value of post_max_size is larger than memory_limit, you must increase memory_limit so that it's larger than post_max_size.
- Save your changes to the file.
- Restart your apache web server.
うちのgentooでは, /etc/php/apache2-php5/php.iniを変更しました.
SquirrelMailの公式サイト http://squirrelmail.org/wiki/AttachmentSize では, php.ini以外にも
- ApacheのLimitRequestBodyディレクティブ
- SquidのIn request_body_max_size, request_size
- Postfixの/etc/postfix/main.cf内のmessage_size_limit
で制限されることがかかれていた.
0 件のコメント:
新しいコメントは書き込めません。