doc/isp_orange_fr.md
ma.azimi@laposte.net fab0060f2a Add isp_orange_fr.md
2014-08-03 11:21:26 +02:00

17 lines
576 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#Orange
*Trouvez la liste d'autres fournisseurs daccès Internet **[ici](/isp_fr)**.*
####Le courrier électronique
La box dOrange bloque le port 25 pour limiter lenvoi de spam.
La solution restante pour héberger son courrier chez soi consiste à faire passer son courrier par les serveurs SMTP dOrange.
Pour cela, il faut éditer le fichier de configuration de postfix avec la commande :
`sudo nano /etc/postfix/main.cf`
puis rajouter à la ligne le relai SMTP dOrange :
`relayhost = smtp.orange.fr`
redémarrez Postfix :
`sudo service postfix restart`