Same Problem on my side.
Mail Gateway 9.0.6 - All Enterprise Repo Updates applied
Emails from one our internal appservers to external O365 (special transport rule with no MX) are failed to send today.
As you requested some journal logs I found for this:
Apr 16 07:51:41 spmmg1 pmg-smtp-filter[869]: Starting "1" children
Apr 16 07:51:41 spmmg1 pmg-smtp-filter[1283]: 2026/04/16-07:51:41 CONNECT TCP Peer: "[127.0.0.1]:44402" Local: "[127.0.0.1]:10023"
Apr 16 07:51:41 spmmg1 pmg-smtp-filter[1281]: C154469E078ED09A7F: unable to parse message - unexpected end of preamble
Apr 16 07:51:41 spmmg1 pmg-smtp-filter[1281]: fast exit because of errors (free 245129216 bytes)
Apr 16 07:51:41 spmmg1 pmg-smtp-filter[1283]: C157169E078ED123BD: unable to parse message - unexpected end of preamble
Apr 16 07:51:41 spmmg1 pmg-smtp-filter[1283]: fast exit because of errors (free 245129216 bytes)
After accept-broken-mime = 1 it worked:
Apr 16 08:00:00 spmmg1 pmg-smtp-filter[1663]: 2026/04/16-08:00:00 CONNECT TCP Peer: "[127.0.0.1]:54280" Local: "[127.0.0.1]:10023"
Apr 16 08:00:00 spmmg1 pmg-smtp-filter[1663]: C18C569E07AE0E65EE: new mail message-id=<1485470407.6010.1776319200881@appserver1>
Apr 16 08:00:01 spmmg1 pmg-smtp-filter[1663]: C18C569E07AE0E65EE: accept mail to <
user@ourdomain.de> (0F174C18C9) (rule: default-accept)
Apr 16 08:00:01 spmmg1 pmg-smtp-filter[1663]: C18C569E07AE0E65EE: processing time: 0.163 seconds (0, 0.082, 0)
In Tracking Center I also found this message:
message caused errors during parsing: unexpected end of preamble#012 adding header
Hope that helps to find the real issue