Port forwarding: add port 587 for SMTP with SSL (#383)

* Ajout du port 587 pour l'SMTP avec chiffrement

* Add port 587 for SMTP with SSL, typo

* typo
This commit is contained in:
likeitneverwentaway 2016-07-16 23:29:57 +02:00 committed by M5oul
parent c6c549c18c
commit 9bfdc35a81
2 changed files with 4 additions and 4 deletions

View file

@ -11,10 +11,10 @@ Then you will need to authentificate.
Opening following ports are necessary to make works differents services.
**TCP:**
* Web: 80, 443
* Web: 80 <small>(HTTP)</small>, 443 <small>(HTTPS)</small>
* [SSH](/ssh_en): 22
* [XMPP](/XMPP_en): 5222, 5269
* [Email](/email_en): 25, 465, 993
* [XMPP](/XMPP_en): 5222 <small>(clients)</small>, 5269 <small>(server)</small>
* [Email](/email_en): 25, 465 <small>(SMTP)</small>, 587 <small>(SMTP with SSL)</small>, 993 <small>(IMAP)</small>
* [DNS](/dns_en): 53
##### UPnP

View file

@ -13,7 +13,7 @@ Louverture des ports suivants est nécessaire au fonctionnement des différen
* Web : 80 <small>(HTTP)</small>, 443 <small>(HTTPS)</small>
* [SSH](ssh_fr) : 22
* [XMPP](XMPP_fr) : 5222 <small>(clients)</small>, 5269 <small>(serveurs)</small>
* [Courriel](email_fr) : 25, 465 <small>(SMTP)</small>, 993 <small>(IMAP)</small>
* [Courriel](email_fr) : 25, 465 <small>(SMTP)</small>, 587 <small>(SMTP avec chiffrement)</small>, 993 <small>(IMAP)</small>
* [DNS](dns_fr) : 53
**UDP:**