Skip to content
Snippets Groups Projects
Commit 8e22144c authored by Hugo Lacherez's avatar Hugo Lacherez
Browse files

Replace rapport.md

parent dc1afea7
No related branches found
No related tags found
No related merge requests found
......@@ -509,9 +509,9 @@ R1(config-ext-nacl)#permit udp any 192.168.40.0 0.0.0.255 eq 443
//-> Régle ACL d'autorisation du protocole UDP sur le port 443(HTTPS) de l'exterieur vers le réseau 192.168.40.0
R1(config-ext-nacl)#permit tcp any any eq 110
R1(config-ext-nacl)#permit tcp any any eq 25
//-> Régle ACL d'autorisation du protocole TCP sur le port 110(POP3)
//-> Régle ACL d'autorisation du protocole TCP sur le port 25(SMTP)
R1(config-ext-nacl)#permit tcp any any eq 110
......@@ -866,7 +866,7 @@ Comme le cahier des charges le précisait, nous avons mis en place un serveur ma
Il est bien répandu, fiable, libre et a de l'expérience.
Postfix est un serveur de messagerie STMP libre et répandu dans le domaine Linux. Postfix est assez simple dans son fonctionnement et sa configuration l'est aussi. Nous avons configuré le fichier **mainn.cf** pour l'adapter à nos besoins.
<p align="center"> <img src="img/serveur-mail.png" alt="drawing" width="200"/>
<p align="center"> <img src="img/serveur-mail.png" alt="drawing" width="500"/>
</p>
# Serveur Web
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment