don't do PTR reverse checking

This commit is contained in:
holger krekel
2024-07-08 20:19:44 +02:00
parent 4292355310
commit 698d328620
3 changed files with 11 additions and 22 deletions

View File

@@ -2,6 +2,11 @@
## untagged
- remove checking of reverse-DNS PTR records. Chatmail-servers don't
depend on it and even in the wider e-mail system it's not common anymore.
If it's an issue, a chatmail operator can still care to properly set reverse DNS.
([#348](https://github.com/deltachat/chatmail/pull/348))
- Make DNS-checking faster and more interactive, run it fully during "cmdeploy run",
also introducing a generic mechanism for rapid remote ssh-based python function execution.
([#346](https://github.com/deltachat/chatmail/pull/346))