2019-09-20 - hschneider, Admin
Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.
XMail Forum · Newbies read here ! All about SMTP,MX-Records,DNS etc. | Help Search Members Calendar |
Welcome Guest ( Log In | Register ) | Resend Validation Email |
mbarka |
Posted: Oct 7 2009, 11:51 AM
|
Junior Member Group: Members Posts: 42 Member No.: 3157 Joined: 28-January 09 |
hello
i'am using telaen with xmail, but i could not send attachment which size > 1.8 M how could i increase the maximuim size permitted of attachment. thankx |
NomadCF |
Posted: Oct 7 2009, 01:08 PM
|
Wizard Group: Members Posts: 428 Member No.: 434 Joined: 21-January 03 |
Sounds like it's php limit, although I thought phps default limit was 2 MB. Either way I would check your php.ini and increase both the upload limit AND the total proccessing limit. Sorry I don't remember the cars real names.
-------------------- |
mbarka |
Posted: Oct 7 2009, 02:55 PM
|
Junior Member Group: Members Posts: 42 Member No.: 3157 Joined: 28-January 09 |
i'am so thankfull
i increased teh size of attachement from 2M (default) to 20M like this : #vim /etc/php.ini file_uploads = On ; Temporary directory for HTTP uploaded files (will use system default if not ; specified). ;upload_tmp_dir = ; Maximum allowed size for uploaded files. upload_max_filesize = 20M it works now |