2021-10-03 13:54:35 +02:00
|
|
|
## Machine virtuelle Mail
|
|
|
|
|
|
|
|
Cette machine est destinée à accueillir le serveur d'envoi, réception et consultation de courriel de l'association.
|
|
|
|
|
|
|
|
### Matériel virtuel
|
|
|
|
|
|
|
|
CPU : 2
|
|
|
|
RAM : 1000 Mio
|
|
|
|
Stockage de masse : 50 Gio
|
|
|
|
|
|
|
|
### Logiciel
|
|
|
|
|
|
|
|
Système d'exploitation : Debian GNU/Linux-libre 11 (Bullseye)
|
|
|
|
Noyau : Linux-libre LTS (`linux-libre-lts` des dépôts https://linux-libre.fsfla.org)
|
|
|
|
Sécurités de la maintenance : `etckeeper`, `mollyguard`, `git`, `tig`, `screen`
|
|
|
|
Serveur IMAP (et authentification) : `courier`
|
|
|
|
Mail Transfer Agent : `postfix`
|
|
|
|
Webmail : `roundcube` (**upstream**)
|
|
|
|
Serveur http : `nginx`
|
|
|
|
|
|
|
|
### Caractéristiques notables
|
|
|
|
|
|
|
|
Domaine : mail.a-lec.org
|
|
|
|
Adresse ipv4 publique : 80.67.179.96
|
2021-10-03 14:42:20 +02:00
|
|
|
Adresse ipv4 interne : 192.169.100.201
|
|
|
|
Adresse ipv6 publique : 2001:910:1360:1:5054:ff:fe12:bccf
|
2021-11-16 19:02:04 +01:00
|
|
|
|
|
|
|
#### Configuration réseau
|
|
|
|
|
|
|
|
##### /etc/network/interfaces
|
|
|
|
|
|
|
|
# The primary network interface
|
|
|
|
allow-hotplug enp1s0
|
|
|
|
iface enp1s0 inet dhcp
|
|
|
|
address 192.169.1.201
|
|
|
|
netmask 255.255.255.255
|
|
|
|
gateway 192.169.1.1
|
|
|
|
|
|
|
|
iface enp1s0 inet6 static
|
|
|
|
address 2001:910:1360::148/128
|
|
|
|
gateway 2001:910:1360::
|