From 062d62664621ddf4c09b0bf492d6caa0bd884d2c Mon Sep 17 00:00:00 2001 From: Letum <173109312+amoramicae@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:16:39 +0200 Subject: [PATCH] Create mail.letum.json --- domains/mail.letum.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/mail.letum.json diff --git a/domains/mail.letum.json b/domains/mail.letum.json new file mode 100644 index 000000000..902f7d928 --- /dev/null +++ b/domains/mail.letum.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "amor_amicae", + "discord": "1252631745514180790", + "email": "" + }, + "record": { + "MX": [ + "mx1.improvmx.com.", + "mx2.improvmx.com." + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}