dns: add test mail records for metronom.pub.solar
DKIM, DMARC, SPF, MX
This commit is contained in:
parent
b6f64a1e04
commit
a424152f94
|
@ -182,6 +182,27 @@ resource "namecheap_domain_records" "pub-solar" {
|
||||||
address = "list.pub.solar."
|
address = "list.pub.solar."
|
||||||
mx_pref = "0"
|
mx_pref = "0"
|
||||||
}
|
}
|
||||||
|
record {
|
||||||
|
hostname = "metronom"
|
||||||
|
type = "TXT"
|
||||||
|
address = "v=spf1 a:metronom.pub.solar ?all"
|
||||||
|
}
|
||||||
|
record {
|
||||||
|
hostname = "mail._domainkey.metronom"
|
||||||
|
type = "TXT"
|
||||||
|
address = "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpFkI+IqTwyUIo5LqYVPMXlkTJe7trcE+ln6vjLFcoXBZaXfFVRJThMtfEZLkJ84ndEHadszFdSZs8eLRVCt/h7x9+GaOPIdKI9lbOn+AepwxhE3z/VrKKfO0CFyLsA6+XY7ebiF1aYctalY+r8Jtt8LuXh0Fj6+4YAFkvNxJEnQIDAQAB"
|
||||||
|
}
|
||||||
|
record {
|
||||||
|
hostname = "_dmarc.metronom"
|
||||||
|
type = "TXT"
|
||||||
|
address = "v=DMARC1; p=reject;"
|
||||||
|
}
|
||||||
|
record {
|
||||||
|
hostname = "metronom"
|
||||||
|
type = "MX"
|
||||||
|
address = "metronom.pub.solar."
|
||||||
|
mx_pref = "0"
|
||||||
|
}
|
||||||
record {
|
record {
|
||||||
hostname = "nachtigall"
|
hostname = "nachtigall"
|
||||||
type = "A"
|
type = "A"
|
||||||
|
|
Loading…
Reference in a new issue