> Hey friends, > > I am configuring a mail server postfix and I have also configured > squirrelmail for webmail.I know there is a limit on the size of > attachment.I want to increase the size of attachment to > 25MB .Please tell me which file to edit for this .Do i have to make > any changes in postfix and in httpd.conf to make this work.I have a > mixture of different clients like evolution,kmail,outlook express > ,outlook etc and many using different browsers like FireFox,IE,Slim > Browser,Mozilla,konqueror . > > Please guide me how to do it. > > Thanks & Regards > > Ankush Grover > You need to edit: a) php.ini look for: post_max_size = : and set it to post_max_size = 25M set: file_uploads = On and: upload_max_filesize = 25M Remembering right, this should be it... HTH Roger