From 7fa64d79dedbd6d8f05d7c4eb5d2f13129151e73 Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 13 Sep 2024 06:06:24 +0000 Subject: [PATCH] Set CAA record flags to 0 --- CHANGELOG.md | 2 ++ cmdeploy/src/cmdeploy/chatmail.zone.j2 | 2 +- cmdeploy/src/cmdeploy/tests/data/zftest.zone | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8bb2131..05fdc735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ - drop hispanilandia passthrough address ([#401](https://github.com/deltachat/chatmail/pull/401)) +- set CAA record flags to 0 + ## 1.4.1 2024-07-31 diff --git a/cmdeploy/src/cmdeploy/chatmail.zone.j2 b/cmdeploy/src/cmdeploy/chatmail.zone.j2 index 8844c1d7..f0ba176f 100644 --- a/cmdeploy/src/cmdeploy/chatmail.zone.j2 +++ b/cmdeploy/src/cmdeploy/chatmail.zone.j2 @@ -20,7 +20,7 @@ www.{{ mail_domain }}. CNAME {{ mail_domain }}. _dmarc.{{ mail_domain }}. TXT "v=DMARC1;p=reject;adkim=s;aspf=s" {% if acme_account_url %} -{{ mail_domain }}. CAA 128 issue "letsencrypt.org;accounturi={{ acme_account_url }}" +{{ mail_domain }}. CAA 0 issue "letsencrypt.org;accounturi={{ acme_account_url }}" {% endif %} _adsp._domainkey.{{ mail_domain }}. TXT "dkim=discardable" diff --git a/cmdeploy/src/cmdeploy/tests/data/zftest.zone b/cmdeploy/src/cmdeploy/tests/data/zftest.zone index 5be19373..4934c2b4 100644 --- a/cmdeploy/src/cmdeploy/tests/data/zftest.zone +++ b/cmdeploy/src/cmdeploy/tests/data/zftest.zone @@ -11,7 +11,7 @@ _submission._tcp.zftest.testrun.org. SRV 0 1 587 zftest.testrun.org. _submissions._tcp.zftest.testrun.org. SRV 0 1 465 zftest.testrun.org. _imap._tcp.zftest.testrun.org. SRV 0 1 143 zftest.testrun.org. _imaps._tcp.zftest.testrun.org. SRV 0 1 993 zftest.testrun.org. -zftest.testrun.org. CAA 128 issue "letsencrypt.org;accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/1371472956" +zftest.testrun.org. CAA 0 issue "letsencrypt.org;accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/1371472956" zftest.testrun.org. TXT "v=spf1 a:zftest.testrun.org ~all" _dmarc.zftest.testrun.org. TXT "v=DMARC1;p=reject;adkim=s;aspf=s" _adsp._domainkey.zftest.testrun.org. TXT "dkim=discardable"