Environment:
Server R2 Latest Patches
Exchange CU15
Requirements:
can send 100MB of mail, can receive about 55MB of mail.
Problem:
Change the send, Receive connector, user message size, organization transfer parameters and restart the service will not take effect
Finally resolved:
Change the Web. config file to implement the requirements after restarting the server.
Steps:
Change organization transport settings
650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M01/8C/70/wKiom1hsjKzS2_E_AAApGAJ8uEw134.png-wh_500x0-wm_3 -wmp_4-s_4269224728.png "title=" 1.png "alt=" Wkiom1hsjkzs2_e_aaapgaj8uew134.png-wh_50 "/>
2. Send connector
650) this.width=650; "Src=" Http://s4.51cto.com/wyfs02/M02/8C/6C/wKioL1hsjQeD42O5AAArbfWAbIU825.png-wh_500x0-wm_3 -wmp_4-s_645324629.png "title=" 1.png "alt=" Wkiol1hsjqed42o5aaarbfwabiu825.png-wh_50 "/>
3. Receive connector (change the appropriate option if necessary)
650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M00/8C/70/wKiom1hsjUOBUu6GAAAthaMo550209.png-wh_500x0-wm_3 -wmp_4-s_1841994788.png "title=" 1.png "alt=" Wkiom1hsjuobuu6gaaathamo550209.png-wh_50 "/>
4. User message size settings
Recipient---Select User Mailbox---Edit---mailbox feature---message size limit
650) this.width=650; "Src=" Http://s4.51cto.com/wyfs02/M01/8C/70/wKiom1hsjdDjMhDbAABETxWZIWM378.png-wh_500x0-wm_3 -wmp_4-s_2909022050.png "title=" 1.png "alt=" Wkiom1hsjddjmhdbaabetxwziwm378.png-wh_50 "/>
To set all user mailbox commands uniformly:
Get-mailbox-resultsize unlimited-filter{(recipienttypedetails-eq "Usermailbox")} | Set-mailbox-maxsendsize 100mb-maxreceivesize 55MB
To set a user command:
Set-mailbox 123-maxsendsize 100mb-maxreceivesize 55MB
General changes after the above content, restart the relevant services or directly restart the server can achieve the intended purpose, but in the course of my operation failed, and then find the relevant information after the decision to change the Web. config file.
Note: Only the size of the messages sent by the OWA interface is required here, and Outlook needs to be set separately
Steps provided by Microsoft TechNet:
Https://technet.microsoft.com/zh-cn/library/hh529949.aspx
Just change the Outlook WEB app's requirements here, so just change the following:
650) this.width=650; "Src=" Http://s3.51cto.com/wyfs02/M02/8C/70/wKiom1hsj7KDrxscAACQ6K4JxNg370.png-wh_500x0-wm_3 -wmp_4-s_2012354910.png "title=" 1.png "alt=" Wkiom1hsj7kdrxscaacq6k4jxng370.png-wh_50 "/>
If you only need to send or receive a separate request can change the send and receive properties according to the field meaning, others can not move.
Note that service restarts or server restarts take effect.
OUTLOOK POP3 Setup Method:
Registry-----"Hkey_current_user\software\microsoft\office\16.0\outlook\preferences"---The new DWORD32 value is Maximumattachmentsize set the decimal number to 100000 saved. Log in again OUTLOOK2016 send large attachments no problem.
This article is from the "Record Bit Technology" blog, please make sure to keep this source http://seawind.blog.51cto.com/6845370/1888903
Exchange settings send, receive message size, change Web. config