Open imol-ai opened 2 weeks ago
fyi, a workaround may be to disable tls session tickets, see https://github.com/mjl-/mox/issues/237 for details. @foxcpp
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:
protocols tls1.0 tls1.2
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.
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