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
This commit is contained in:
parent
132ceeecb0
commit
f3dd7be010
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue