update mcintire.me mx

This commit is contained in:
Graham McIntire 2025-12-19 13:55:20 -06:00
parent 6ac661b664
commit 24d6b9bddb
No known key found for this signature in database

View file

@ -1,6 +1,3 @@
# DNS configuration for mcintire.me domain
# Mail records point to Mailcow on mail.w5isp.com
resource "powerdns_record" "mcintire_soa" {
depends_on = [powerdns_zone.mcintire_me]
zone = "mcintire.me."
@ -17,7 +14,7 @@ resource "powerdns_record" "mcintire_mx_mailcow" {
name = "mcintire.me."
type = "MX"
ttl = 3600
records = ["10 mail.w5isp.com."]
records = ["10 mail.mcintire.me."]
}
resource "powerdns_record" "mcintire_mx_backup" {