mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update isp_orange_fr.md
This commit is contained in:
parent
0ef8c71d68
commit
71bdc0dd8c
1 changed files with 9 additions and 4 deletions
|
@ -5,13 +5,18 @@
|
|||
|
||||
La box d’Orange bloque le port 25 pour limiter l’envoi de spam.
|
||||
|
||||
La solution restante pour héberger son courrier chez soi consiste à faire passer son courrier par les serveurs SMTP d’Orange.
|
||||
La solution restante pour héberger son courrier chez soi consiste à le faire passer par les serveurs SMTP d’Orange.
|
||||
|
||||
Pour cela, il faut éditer le fichier de configuration de postfix avec la commande :
|
||||
`sudo nano /etc/postfix/main.cf`
|
||||
|
||||
```bash
|
||||
sudo nano /etc/postfix/main.cf
|
||||
```
|
||||
|
||||
puis rajouter à la ligne le relai SMTP d’Orange :
|
||||
`relayhost = smtp.orange.fr`
|
||||
```bash
|
||||
relayhost = smtp.orange.fr```
|
||||
|
||||
redémarrez Postfix :
|
||||
`sudo service postfix restart`
|
||||
```bash
|
||||
sudo service postfix restart```
|
||||
|
|
Loading…
Reference in a new issue