diff --git a/domains/gurubhai.json b/domains/gurubhai.json index 813932e1f..ebec74778 100644 --- a/domains/gurubhai.json +++ b/domains/gurubhai.json @@ -5,7 +5,23 @@ }, "record": { "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "MX": [ + { + "host": "@", + "value": "mx1.improvmx.com", + "priority": 10 + }, + { + "host": "@", + "value": "mx2.improvmx.com", + "priority": 20 + } + ], + "TXT": [ + { + "host": "@", + "value": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all" + } + ] } -} \ No newline at end of file +}