From 5a92d6b37a163a98445845e9187bf845b91fc085 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 21 Sep 2023 19:13:19 +0200 Subject: [PATCH] docs: add ADR mail server --- docs/ADR/003-mailserver.md | 39 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 docs/ADR/003-mailserver.md diff --git a/docs/ADR/003-mailserver.md b/docs/ADR/003-mailserver.md new file mode 100644 index 0000000..2ac3aa5 --- /dev/null +++ b/docs/ADR/003-mailserver.md @@ -0,0 +1,39 @@ +# 003-mailserver + +## Status + +In progress + +## Context + +Gandi free email will become a pay service in 2 month. + +In this condition it will be interesting to study selfhosted mail solution. + +### domain name + +do I take advantage of this to change domaine name: + +Pro: + +- could test more easy +- could redirect old domain name to new one untile end of gandi domain (2026) +- get a more "normal" extention + +con: + +- need to progresively update every personal account + +### software choose + +mail server will run in nomad cluster. + +docker-mailserver -> 1 container +mailu + +## Decision + +we will switch to another domain name on "https://www.bookmyname.com/": ducamps.eu"" +docker-mailserver will be more easier to configure because only one container to migrate to nomad + +## Consequences