homelab/docs/ADR/003-mailserver.md

55 lines
1.1 KiB
Markdown
Raw Normal View History

2023-09-21 17:13:19 +00:00
# 003-mailserver
## Status
2023-10-07 07:05:31 +00:00
done
2023-09-21 17:13:19 +00:00
## Context
Gandi free email will become a pay service in 2 month.
2023-09-21 17:24:42 +00:00
In this condition it will be interesting to study selfhosted mail solution.
2023-09-21 17:13:19 +00:00
### 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
2023-09-21 17:24:42 +00:00
### Container localisation
on hetzner:
- need to increase memory
on homelab:
- need to redirect all serveur flux to hetzner to be sure to be sure that mail will be send with hetzner IP (control PTR on this IP)
- hetzner will be too a SPOF
2023-09-21 17:13:19 +00:00
### 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
2023-09-21 17:24:42 +00:00
for begining container will be launch on hetzner
2023-09-21 17:13:19 +00:00
## Consequences
2023-09-21 17:24:42 +00:00
2023-10-07 07:05:31 +00:00
- need to buy a new domaine name and configure DNS (done)
2023-09-21 17:24:42 +00:00
- inprove memory on corwin (done)