From 228e4f3a535df754d104dd40a1ef78ea175e3c77 Mon Sep 17 00:00:00 2001 From: Moul Date: Mon, 24 Jul 2017 12:36:41 +0200 Subject: [PATCH] =?UTF-8?q?[fix]=20isp=5Forange=5Ffr:=C2=A0md=20syntax.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- isp_orange_fr.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/isp_orange_fr.md b/isp_orange_fr.md index 3f8724a6..75791896 100644 --- a/isp_orange_fr.md +++ b/isp_orange_fr.md @@ -16,14 +16,16 @@ sudo nano /etc/postfix/main.cf puis rajouter à la ligne le relai SMTP d’Orange : ```bash -relayhost = smtp.orange.fr``` +relayhost = smtp.orange.fr +``` redémarrez Postfix : ```bash -sudo service postfix restart``` +sudo service postfix restart +``` -#####Problèmes +##### Problèmes Si vous avez une erreur "Authentification requise", la solution est la suivante : **[source](http://viruslocker.free.fr/?page_id=1749)**.* @@ -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 +```