diff --git a/terraform/dns_mcintire.tf b/terraform/dns_mcintire.tf index 9eb1058..c1a8ec1 100644 --- a/terraform/dns_mcintire.tf +++ b/terraform/dns_mcintire.tf @@ -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" {