Error: "552 5.3.4 Message size exceeds fixed maximum message size"
search cancel

Error: "552 5.3.4 Message size exceeds fixed maximum message size"

book

Article ID: 171696

calendar_today

Updated On:

Products

Messaging Gateway

Issue/Introduction

A message or messages are not being delivered by Messaging Gateway and the sender is receiving a bounce message indicating that the message was rejected due to it's size.

Reviewing the message audit logs for the message in Status > Message Audit Logs shows the following:

Delivery Failure
Details: 552 5.3.4 Message size exceeds fixed maximum message size

Environment

Messaging Gateway

Cause

The destination mail server is configured to reject email messages that are above a certain size and SMG has attempted to deliver a message which exceeds that size.

This message is usually seen when communicating with Microsoft Exchange servers.

 

Resolution

This is not an issue with Messaging Gateway. The destination mail server will need to be reconfigured to allow larger messages if Messaging Gateway is to deliver the queued messages to the downstream mail server.

If the destination mail server is Microsoft Exchange, please see the following Microsoft TechNet links for more information:

If another mail server is being used, please refer to your mail server's documentation.

Note

You can confirm the upper limit on message size via telnet to the destination mail server. The 250-SIZE entry following the EHLO command will give the maximum allowed message size in bytes:

telnet mx.example.com 25
Trying 192.0.2.25...
Connected to 192.0.2.25.
Escape character is '^]'.
220 mx.example.com ESMTP
ehlo you
250-mx.example.com says EHLO to 192.0.2.45:50218
250-STARTTLS
250-PIPELINING
250-ENHANCEDSTATUSCODES
250-SIZE 10485760
250 8BITMIME
quit
221 2.3.0 mx.example.com closing connection
Connection closed by foreign host.