-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to receive mail from outlook servers #730
Comments
fyi, a workaround may be to disable tls session tickets, see https://github.com/mjl-/mox/issues/237 for details. |
Hi @foxcpp, could you take a look at this if you have a minute? It is quite a burning problem. |
The problem is widespread, we encounter it too. |
A temporary solution is to disable TLS 1.3:
As long as maddy defaults are to allow TLS 1.0 - 1.3, and TLS 1.2 is still not deprecated, it looks not that bad. |
Workaround for Outlook delivery issues. See #730
fc179fc with workaround applies. Can someone confirm that it indeed fixes the issue? |
Confirmed |
Also works here. |
Describe the bug
Whenever somebody from microsoft outlook (doesn't matter if it's company, or private email) tries to send me a message, the message delivery fails. Funnily enough, I can send mail no problem to outlook addresses. Any other host can send my maddy server messages without a single problem, I have tried at least twenty.
Steps to reproduce
Send a message from an outlook address to the maddy server.
Log files
When outlook connects to my server:
The logs that outlook gave me after it couldn't deliver:
Configuration file
TLS config:
I also tried with:
SMTP config:
And I also tried this with the whole
check
block, anddmarc
commented out.Environment information
The text was updated successfully, but these errors were encountered: