Fixing the Issue of Mail Not Being Delivered to Outlook
Overview
I was sending mail from EC2 without going through SES,
and the following error occurred.
- Error details
Dec 18 17:24:11 ip-xxx-xx-xx-xx postfix/smtp[4827]: 380D2A27ED: to=hogehoge@xxxxxxx.com, relay=xxxxxxx-com.mail.protection.outlook.com[xxx.xx.xx.xxx]:25, delay=6.1, delays=0.01/0/0.88/5.2, dsn=5.7.1, status=bounced (host xxxxxxx-com.mail.protection.outlook.com[xxx.xx.xx.xxx] said: 550 5.7.1 Service unavailable; Client host [yy.yy.yy.yyy] blocked using FBLW15; To request removal from this list please forward this message to delist@messaging.microsoft.com (in reply to RCPT TO command))
In short
Mail addressed to hogehoge@xxxxxxx.com is being treated as blacklisted by Outlook and rejected ( status=bounced ).
If you want to be removed from the blacklist, send a delisting request to delist@messaging.microsoft.com.
A bit more detail
As shown inrelay=xxxxxxx-com.mail.protection.outlook.com[xxx.xx.xx.xxx]:25,
the recipient is Microsoft’s mail service, Outlook.
Because the host of the sending server IP yy.yy.yy.yyy is treated as blacklisted under the FBLW15 criteria,
the service cannot be used = the mail is not accepted.
- FBLW15 … Microsoft’s own blacklist
Response
- To:
1 | delist@messaging.microsoft.com |
- Subject:
1 | Please Remove My IP yy.yy.yy.yyy from your BlockList. |
- Body
1 | Please remove this IP yy.yy.yy.yyy from your BlockList. |
A few minutes later, a reply arrived from Microsoft Customer Support
- Email content
1 | Hello , |
- Japanese translation
1 | こんにちは |
Waiting 24 hours
The mail arrived!
1 | Hello, |
- Japanese translation
1 | こんにちは |
The Japanese translation is a bit… aggressive, so please bear with it.
If you have a better translation, I’d love to hear it.
Since I was told I had been removed from the blacklist,
I sent mail again 4-5 hours after receiving the message from Microsoft Technical Service
and confirmed there were no problems.
Checking IP address / DNS blacklists
I think it’s a good idea to test on the following sites.
If you’ve been registered by some mistake, it means you’re being
treated as spam mail.
