mademast / sail

✉️ A strictly standards compliant SMTP server
ISC License
10 stars 0 forks source link

Breaking issues with TCP connections #27

Open novedevo opened 3 years ago

novedevo commented 3 years ago
novedevo commented 3 years ago

unreachable!(), for instance. is really just no mx record found, from what I can tell. This should be handled by reverting to the main DNS A/AAAA record, as per RFC.

gennyble commented 3 years ago

If no MX is found, the client now checks for an A record there. if no A or AAAA is found, we get to unreachable!() again. It's progress!