From d8c8f0d97331f14d37b4f4754307914ffaf07cf1 Mon Sep 17 00:00:00 2001 From: Lumix Date: Tue, 15 Oct 2024 19:15:01 +0200 Subject: [PATCH] Create mail.lumix.json --- domains/mail.lumix.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mail.lumix.json diff --git a/domains/mail.lumix.json b/domains/mail.lumix.json new file mode 100644 index 000000000..b9b45204a --- /dev/null +++ b/domains/mail.lumix.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "o-lumix", + "email": "lumix@duck.com" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } +}