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

Setup SMTP TLS Reporting

parent 046e9e68
No related branches found
No related tags found
1 merge request!191Setup TLS-RPT + MTA-STS in testing mode
......@@ -657,6 +657,13 @@ resource "hetznerdns_record" "archlinux_org_dmarc_txt" {
type = "TXT"
}
resource "hetznerdns_record" "archlinux_org_smtp_tlsrpt_txt" {
zone_id = hetznerdns_zone.archlinux.id
name = "_smtp._tls"
value = "\"v=TLSRPTv1;rua=mailto:postmaster@archlinux.org\""
type = "TXT"
}
resource "hetznerdns_record" "archlinux_org_openpgpkey_a" {
zone_id = hetznerdns_zone.archlinux.id
name = "openpgpkey"
......
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