Hi @Athique Nihal,
Welcome to the Microsoft Forum for technical support.
Based on your description, I have a few questions for you to confirm:
1.Is your 25MB attachment size limit set correctly and comprehensively? Please refer to the following steps for specific operations:
a. Check the global settings, open the Exchange Management Shell, enter the following command to view the default value of the global attachment size limit Get-TransportConfig | Format-List MaxReceiveSize, MaxSendSize, MaxRecipientEnvelopeLimit If necessary, you can use the following command to modify the attachment size limit of the global setting ( For example, change it to 25MB) Set-TransportConfig -MaxReceiveSize 36MB -MaxSendSize 25MB.
b. Check the connector settings: Use the following command to view the settings of the connector: Get-ReceiveConnector | Format-List Name, MaxMessageSize Get-SendConnector | Format-List Name, MaxMessageSize If necessary, you can use the following command to modify the attachment size of the connector Limit Set-ReceiveConnector -MaxMessageSize 25MB Set-SendConnector -MaxMessageSize 25MB.
c. Check the ActiveSync settings: Open IIS Manager, navigate to Sites > Default Website, and select Microsoft-Server-ActiveSync. Verify that the Feature View tab at the bottom is selected and double-click Configuration Editor in the Administration section. Click the drop-down arrow in the Section field, navigate to system.webServer > Security, and select requestFiltering. In the results, expand requestLimits and you will see maxAllowedContentLength and the default value of 30000000 (bytes). To change the maxAllowedContentLength value, enter a new value in bytes and click Apply.
d. Check recipient restrictions. Open EAC->Recipients > Mailboxes > Message size restriction
2.Did not everyone receive the email, or did some users not receive the email? Is there a difference between internal users and external users?
3.What is the format of the attachment? It is recommended that you try attachments in other formats and see if you can send them normally?
Please feel free to contact me if you have any queries.
Best,
Jake Zhang