Skip to content
Snippets Groups Projects
Commit c046166f authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

tf-stage1/archlinux: Setup SMTP TLS Reporting for remaining mail domains

parent d11c92cc
No related branches found
No related tags found
1 merge request!231Setup MTA-STS + SMTP TLS Reporting for remaining mail domains
......@@ -678,8 +678,10 @@ resource "hetznerdns_record" "archlinux_org_dmarc_txt" {
}
resource "hetznerdns_record" "archlinux_org_smtp_tlsrpt_txt" {
for_each = toset(["", ".aur", ".master-key", ".lists"])
zone_id = hetznerdns_zone.archlinux.id
name = "_smtp._tls"
name = "_smtp._tls${each.value}"
value = "\"v=TLSRPTv1;rua=mailto:postmaster@archlinux.org\""
type = "TXT"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment