Azure Email Communication Services delivery suppressed MailboxUnavailable while mailbox is reachable (SmtpStatusCode 550)
Some of the emails sent via Azure Email Communication Services were never delivered.
The log file below (i changed to emails to foo@bar.be and foo2@bar2.be and domain to something.net)
{"OperationType":"DeliveryStatusUpdate","OperationCategory":"EmailStatusUpdateOperational","RecipientId":foo@bar.be,"DeliveryStatus":"Suppressed","FailureReason":"MailboxUnavailable","FailureMessage":"Email sent to foo@bar.be was suppressed due to a known delivery failure: 550 .","SmtpStatusCode":"550","SenderDomain":"something.net","SenderUsername":"donotreply","IsHardBounce":true}
{"OperationType":"DeliveryStatusUpdate","OperationCategory":"EmailStatusUpdateOperational","RecipientId":foo2@bar2.be,"DeliveryStatus":"Suppressed","FailureReason":"MailboxUnavailable","FailureMessage":"Email sent to foo2@bar2.be was suppressed due to a known delivery failure: 550 .","SmtpStatusCode":"550","SenderDomain":"something.net","SenderUsername":"donotreply","IsHardBounce":true}
The mailboxes, let's call them foo@bar.be and foo2@bar2.be which never received the emails work normally. When I send emails to them they arrive correctly.
Only when emails are being sent from Azure Email Cummunicaiton Services they are never delivered to foo@bar.be and foo2@bar2.be . (Other emails sent from Azure Email Communcation Services are delivered correctly at other domains).
What could be the reason these two specific email accounts never receive emails sent via Azure Email Communication Services?
In the Azure logs I see "MailboxUnavailable" but when I send a test email from my Hotmail or another account they are successfully delivered at foo@bar.be and foo2@bar2.be. So it is strange that it reported as "MailboxUnavailable"...
Note: The foo@bar.be and foo2@bar2.be email accounts are actually configured as forwarders in DirectAdmin (they are not real mailboxes) But this has never been a problem before and email always arrived correctly.
any suggestions?