From 28fcadbaa7a6bd9a91c6b96aa2508db559617826 Mon Sep 17 00:00:00 2001 From: Yunobot Date: Fri, 9 Feb 2018 13:38:12 +0000 Subject: [PATCH] =?UTF-8?q?Suite=20=C3=A0=20une=20erreur=20SASL=20authenti?= =?UTF-8?q?cation=20failed=20:=20no=20mechanism=20available,=20jai=20du=20?= =?UTF-8?q?installer=20libsasl2-modules=20et=20sasl2-bin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- isp_orange_fr.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/isp_orange_fr.md b/isp_orange_fr.md index 160599af..eb36c3de 100644 --- a/isp_orange_fr.md +++ b/isp_orange_fr.md @@ -63,3 +63,18 @@ Intégrer le mot de passe à Postfix : sudo postmap /etc/postfix/sasl/mdp_fai.conf sudo postconf -e smtp_sasl_password_maps=hash:/etc/postfix/sasl/mdp_fai.conf ``` + +Si vous avez une erreur "(SASL authentication failed; cannot authenticate to server smtp-auth.nowhere.com[38.123.22.160]: no mechanism available)" + +Vérifier la présence de libsasl2-modules et de sasl2-bin : + +```bash +sudo apt-cache search libsasl2-modules +sudo apt-cache search sasl2-bin +``` + +Si ils ne sont pas présents, installez-les : + +```bash +sudo apt-get install libsasl2-modules sasl2-bin +```