mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
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:
parent
c6c549c18c
commit
9bfdc35a81
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -13,7 +13,7 @@ L’ouverture 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:**
|
||||
|
|
Loading…
Reference in a new issue