diff --git a/isp_box_config.md b/isp_box_config.md
index 508f79d6..376836a6 100644
--- a/isp_box_config.md
+++ b/isp_box_config.md
@@ -30,7 +30,7 @@ Opening the ports listed below is necessary for the various services available i
* Web: 80 (HTTP), 443 (HTTPS)
* [SSH](/ssh_en): 22
* [XMPP](/XMPP_en): 5222 (clients), 5269 (servers)
-* [Email](/email_en): 25, 465 (SMTP), 587 (SMTP with SSL), 993 (IMAP)
+* [Email](/email_en): 25, 587 (SMTP), 993 (IMAP)
Some internet service providers block port 25 (mail SMTP) by default to fight spam. Some other ISP don't allow to use port 80/443 (web) freely, though it's less likely. Depending on the ISP, it might be possible to open them in the admin interface... Check [this page](isp_en) for more info.
diff --git a/isp_box_config_fr.md b/isp_box_config_fr.md
index e22f9d6c..30e42fbb 100644
--- a/isp_box_config_fr.md
+++ b/isp_box_config_fr.md
@@ -35,7 +35,7 @@ Il vous faut ensuite rediriger chacun des ports listés ci-dessous vers l'IP loc
* Web: 80
(HTTP), 443
(HTTPS)
* [SSH](/ssh_fr): 22
* [XMPP](/XMPP_fr): 5222
(clients), 5269
(servers)
-* [Email](/email_fr): 25, 465
(SMTP), 587
(SMTP with SSL), 993
(IMAP)
+* [Email](/email_en): 25, 587
(SMTP), 993
(IMAP)
Certains fournisseurs d'accès internet bloquent le port 25 (mail SMTP) par défaut pour combattre le spam. D'autres (plus rares) ne permettent pas d'utiliser librement les ports 80/443. En fonction de votre FAI, il peut être possible d'ouvrir ces ports dans l'interface... Voir [cette page](isp_fr) pour plus d'informations.