InterviewSolution
Saved Bookmarks
| 1. |
How To Restrict Sendmail To Sending A Big File? |
|
Answer» define(`CONF MAX_MESSAGE_SIZE',`52428800')dnl or If you are USING a PHP based webmail application like SquirrelMail, you can ADJUST the max file size in php.ini file. vi php.ini post_max_size = 50M upload_max_filesize = 50M memory_limit = 64M define(`conf MAX_MESSAGE_SIZE',`52428800')dnl or If you are using a PHP based webmail application like SquirrelMail, you can adjust the max file size in php.ini file. vi php.ini post_max_size = 50M upload_max_filesize = 50M memory_limit = 64M |
|