Iredmail Support Large Accessories

Source: Internet
Author: User
Keywords nbsp; 100m reboot.
Tags aliyun apache2 can make client etc html http mail

To be aware of: The following settings, you can make your server can send large attachments, but also need each other's server can receive large attachments, or still can not send out.

Client sends large attachments

If you are hoping to http://www.aliyun.com/zixun/aggregation/12490.html "> mail client send large attachments, then you just need to run

# postconf-e message_size_limit= ' 104857600 ' #把附件增加到100m

Restart the Postfix service

#/etc/init.d/postfix Restart

Webmail

If you want to webmail, send a large attachment, then you need to modify 2 more places

1: Edit/etc/php5/apache2/php.ini file

Upload_max_filesize = 100M;
Post_max_size = 100M;

2: Modify the/usr/share/apache2/roundcube/.htaccess file

Php_value upload_max_filesize 100M
Php_value post_max_size 100M

Restart the Apache service

#/etc/init.d/apache2 Restart

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.