>> I want to increase the mail attachment size but according to the help >> link >> on SQ mail site couldent find the php.ini file in SQ mail directroy.. >> where >> can i find it ? > > the php.ini file is not part of SquirrelMail, it is part of PHP, which > SquirrelMail is written in. My php.ini file lives in /usr/local/etc/ but > yours might live somewhere else depending on how you installed PHP. >
also, you probably need to modify /etc/httpd/conf.d/php.conf : (php.conf could be elsewhere on your system) <Files *.php> SetOutputFilter PHP SetInputFilter PHP LimitRequestBody 5242880 # <---increase to 5MB or whatever </Files> cheers, > > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > -- > squirrelmail-users mailing list > List Address: [EMAIL PROTECTED] > List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 > List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > > ---------------------------------------------- This email was sent from Hock Seng Lee Berhad. http://www.hsl.com.my ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
