I need increment attachments size, ISPConfig with SquirrelMail on centOS

Discussion in 'Server Operation' started by leeeonardo, Apr 18, 2007.

  1. leeeonardo

    leeeonardo New Member

    I wannt to increment to 10Megas when a send email with attachments, How can i do it???
     
  2. ibux

    ibux New Member

    Not sure about ISPConfig, but you can try to increase upload_max_filesize in php.ini.

    On Debian Sarge, you will need to edit /etc/php4/apache2/php.ini and edit this line:
    Code:
    upload_max_filesize = 2M
    Set it to
    Code:
    upload_max_filesize = 10M
    Try
    Code:
    locate php.ini
    to find your php.ini file.
    I hope that helps. Good luck! :)
     

Share This Page