Difference between revisions of "Zpanel Roundcube Email Size Limit"
From MS Computech
Line 1: | Line 1: | ||
− | '''วิธีการเปลี่ยนขนาด Attachment size Roundcobe email Zpanel. | + | '''วิธีการเปลี่ยนขนาด Attachment size Roundcobe email Zpanel.'''<br> |
1 Change php.ini in /etc/php.ini | 1 Change php.ini in /etc/php.ini | ||
<pre> | <pre> |
Revision as of 14:58, 14 August 2014
วิธีการเปลี่ยนขนาด 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