-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
IP address is determined incorrectly #336
Comments
how about we check
|
This is better checked by running the tests against the mail server to ensure we can actually connect to SMTP and IMAP. By resolving A and AAAA records (and it is better done with This is not part of the issue anyway, issue is about reverse DNS and PTR records.
This warning will be annoying if you never set this PTR record. Even with Mailgun it is optional. They can get dedicated IP and ask you to add it into zonefile so it resolves both ways, but even they don't require it. |
as you wrote the issue, it's not just reverse-dns but also about ip-address detection, no? |
For A and AAAA records, maybe we should replace them with tests that try to connect over IPv4 and IPv6 after setting up the server, and if this works, then these records are ok. Checking A and AAAA against local address is not always correct. |
#348 removed the need for reverse PTR, and there is no attempt to automaticlaly detect A AAAA records (which are required to be set now). |
Maybe we should not try to determine IP address at all?
Here LAN address was determined by the script:
https://support.delta.chat/t/how-to-handle-private-ip-and-missing-ipv6-in-dns-configuration-for-chatmail-deployment-on-oci-cloud/3173
A records are set up already anyway since SSH is working. IPv6 should be optional.
PTR record checks we can drop completely I think, this practice of checking PTR records is even worse than DMARC itself and we should stop encouraging it: https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-reverse-mapping-considerations-06
The text was updated successfully, but these errors were encountered: