[fix] isp_orange_fr: md syntax.

This commit is contained in:
Moul 2017-07-24 12:36:41 +02:00
parent e52327ed60
commit 228e4f3a53

View file

@ -16,12 +16,14 @@ sudo nano /etc/postfix/main.cf
puis rajouter à la ligne le relai SMTP dOrange :
```bash
relayhost = smtp.orange.fr```
relayhost = smtp.orange.fr
```
redémarrez Postfix :
```bash
sudo service postfix restart```
sudo service postfix restart
```
##### Problèmes
@ -38,7 +40,8 @@ puis rajouter à la ligne :
smtp_sasl_password_maps = hash:/etc/postfix/mdp_fai.conf
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
relayhost = [smtp.orange.fr]:25```
relayhost = [smtp.orange.fr]:25
```
créer fichier mdp_fai.conf
@ -58,4 +61,5 @@ Intégrer le mdp à Postfix :
```bash
sudo postmap /etc/postfix/sasl/mdp_fai.conf
sudo postconf -e smtp_sasl_password_maps=hash:/etc/postfix/sasl/mdp_fai.conf```
sudo postconf -e smtp_sasl_password_maps=hash:/etc/postfix/sasl/mdp_fai.conf
```