Dear all,
I just deployed Mailcow on my self-hosted server and am encountering an issue I can’t figure out.
- When I test my server’s configuration using the Mail Tester website, I get a score of 10/10: https://www.mail-tester.com/test-xrefcszk8
- My server exchanges emails without any issues in both directions (sending and receiving) with Microsoft, Gmail, and Proton servers, which are known for being strict.
- My IP address does not appear on any blocklists.
This seems to indicate that my server is properly configured and that nothing is preventing it from functioning correctly.
However, I’m having an issue with my ISP’s mail servers (Free.fr, a major provider in France):
- Receiving works. I receive emails sent from Free.fr’s webmail in Mailcow’s webmail.
- Sending doesn’t work. When I send an email to a
@free.fr address from my Mailcow webmail, I never receive it in the Free.fr webmail. In the logs of the postfix-mailcow container, I see lots of messages like this one:
Apr 16 22:26:50 48ec1526b15e postfix/qmgr[369]: 7DB0B5C902C: from=<zebulon@palabritudes.net>, size=141685, nrcpt=1 (queue active)
Apr 16 22:26:50 48ec1526b15e postfix/smtp[7412]: 7DB0B5C902C: lost connection with mx1.free.fr[212.27.48.7] while receiving the initial server greeting
Apr 16 22:26:50 48ec1526b15e postfix/smtp[7412]: 7DB0B5C902C: lost connection with mx1.free.fr[212.27.48.6] while receiving the initial server greeting
Apr 16 22:26:50 48ec1526b15e postfix/smtp[7412]: 7DB0B5C902C: lost connection with mx2.free.fr[212.27.42.58] while receiving the initial server greeting
Apr 16 22:26:50 48ec1526b15e postfix/smtp[7412]: 7DB0B5C902C: to=<sebastien.dinot@free.fr>, relay=mx2.free.fr[212.27.42.59]:25, delay=201000, delays=201000/0.12/0.1/0, dsn=4.4.2, status=deferred (lost connection with mx2.free.fr[212.27.42.59] while receiving the initial server greeting)
Do you have any idea what might be wrong and what I could do to identify the cause of the problem?
Thanks in advance for yout help,
Sébastien