## 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 Adresse ipv4 interne : 192.169.1.201 Adresse ipv6 publique : 2001:910:1360::148 #### Configuration réseau ##### /etc/network/interfaces # The primary network interface allow-hotplug enp1s0 iface enp1s0 inet dhcp iface enp1s0 inet6 static address 2001:910:1360::148/128 gateway 2001:910:1360:: ##### /etc/host.allow sshd: 192.169.1.0/24, [2001:910:1360::]/48 ##### /etc/host/deny sshd: ALL ### Configuration MTA