Zpanel Roundcube Email Size Limit

From MS Computech
Revision as of 14:58, 14 August 2014 by Snifer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

วิธีการเปลี่ยนขนาด Attachment size Roundcobe email Zpanel.


1 Change php.ini in /etc/php.ini

 php parameters "upload_max_filesize" & "post_max_size" either in your global php.ini 

2 Change .htaccess in /etc/zpanel/panel/etc/apps/webmail

php_value       upload_max_filesize     50M
php_value       post_max_size           60M
php_value       memory_limit            256M