From f3dd7be010f8ffa5615c82bfbf03830ba08e8163 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Wed, 8 Feb 2023 19:46:30 +0100 Subject: [PATCH] dns: add list.pub.solar to the SPF TXT record for pub.solar, allowing flora-6 to send mails on behalf of admins@pub.solar --- terraform/lev-1/dns.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/lev-1/dns.tf b/terraform/lev-1/dns.tf index f0b890b..909cae1 100644 --- a/terraform/lev-1/dns.tf +++ b/terraform/lev-1/dns.tf @@ -98,7 +98,7 @@ resource "namecheap_domain_records" "pub-solar" { record { hostname = "@" type = "TXT" - address = "v=spf1 include:spf.greenbaum.cloud ~all" + address = "v=spf1 include:spf.greenbaum.cloud a:list.pub.solar ~all" } record { hostname = "list"