diff --git a/domains/mail.json b/domains/mail.json index c77e2cced..e8a5f71e0 100644 --- a/domains/mail.json +++ b/domains/mail.json @@ -1,12 +1,12 @@ { - "owner": { - "username": "andrewstech", - "email": "andrew@maintainers.is-a.dev", - "discord": "598245488977903688" - }, - - "record": { - "A": ["51.161.54.164"] - } + "owner": { + "username": "is-a-dev", + "email": "phenax5@gmail.com" + }, + + "record": { + "A": ["51.161.54.164"], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } - \ No newline at end of file +} diff --git a/domains/mailx.json b/domains/mailx.json deleted file mode 100644 index 7b66d1b4d..000000000 --- a/domains/mailx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "is-a-dev", - "email": "phenax5@gmail.com" - }, - - "record": { - "A": ["51.161.54.164"] - } -}