View FAQ

- Servers - Windows -


How To Increase 2007 Send and Receive Connector Message Size ...
(posted by Steven A on 2010-02-02 09:44:24)
How To Increase 2007 Send and Receive Connector Message Size
552 5.3.4 Message size exceeds fixed maximum message size

Increase the Default 10MB Send and Receive Message Size Limit for Attachments.


Solution:
    Open exchange management shell

    -----
    update send sizes

    get-sendconnector | select identity,maxmessagesize

    set-sendconnector "connector name listed above" -maxmessagesize 30MB

    Check the size to see if it worked.
    get-sendconnector | select identity,maxmessagesize

    ------

    update receive sizes

    get-receiveconnector | select identity,maxmessagesize

    set-receiveconnector "connector name listed above" -maxmessagesize 30MB

    Check the size to see if it worked.
    get-receiveconnector | select identity,maxmessagesize


Comments:


© 2024 TkFast, Inc.  |  main  |  public  |  FAQs