`
brucectl
  • 浏览: 177989 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Increasing squirrelmail maximum attachment size

阅读更多
   1.  Locate your php.ini.
   2. open file is some editor.
   3. Search for upload_max_filesize.
   4. Change 2M to something else, for example 5M.
   5. 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
   6. 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.
   7. Save your changes to the file.
   8. Restart your apache web server.

and enjoy using squirrelmail.
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics