DNS: fix checking for required DNS records (#412)

* Improve README for first setup

* DNS: fix flushing DNS when requesting records

* DNS: actually check whether mta-sts record is set correctly

* DNS: add changelog

* DNS: also check for www CNAME record

* DNS: fix tests

* lint: update ruff to 0.6.5 locally
This commit is contained in:
missytake
2024-09-13 21:55:54 +02:00
committed by GitHub
parent 3ef45c2ffd
commit ba811c2e1c
5 changed files with 44 additions and 24 deletions

View File

@@ -2,6 +2,9 @@
## untagged
- fix checking for required DNS records
([#412](https://github.com/deltachat/chatmail/pull/412))
- add a paragraph about "account deletion" to info page
([#405](https://github.com/deltachat/chatmail/pull/405))