1

Topic: Mail size limit

Dear ZhangHuangbin,

Can u pls let me know how do i make my mail server to send 15MB mail? Kindly note that I have edited the "message_size_limit" in the main.cf file located /etc/postfix, but this is not working. Mail only 8.2Mb not sending with bounce message telling message too big. can u kindly let me know how can i implement this? (System info: Ubuntu 10.04 LTS 64 bit + iRedMail 0.7)

Thank u.


Best regards,
Russel.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2 (edited by carlkyo 2011-10-02 07:52:49)

Re: Mail size limit

# postconf -e message_size_limit='104857600'   #100m
restart postfix

# /etc/init.d/postfix restart

    webmail


1:vi /etc/php5/apache2/php.ini

upload_max_filesize = 100M;
post_max_size = 100M;

2:vi /usr/share/apache2/roundcube/.htaccess


php_value    upload_max_filesize    100M
php_value    post_max_size    100M

restart apache

# /etc/init.d/apache2 restart

3

Re: Mail size limit

Tutorial is available in iRedMail FAQ page, here's the direct link:
http://www.iredmail.org/forum/topic464- … -size.html