doc/isp_orange_fr.md
2016-03-30 14:32:52 +02:00

22 lines
599 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 dautres 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 à le faire passer par les serveurs SMTP dOrange.
Pour cela, il faut éditer le fichier de configuration de postfix avec la commande :
```bash
sudo nano /etc/postfix/main.cf
```
puis rajouter à la ligne le relai SMTP dOrange :
```bash
relayhost = smtp.orange.fr```
redémarrez Postfix :
```bash
sudo service postfix restart```