update mcintire.me mx
This commit is contained in:
parent
6ac661b664
commit
24d6b9bddb
1 changed files with 1 additions and 4 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue