Skip to content

Commit

Permalink
Merge pull request YunoHost#650 from yunohost-bot/anonymous-2018-01-3…
Browse files Browse the repository at this point in the history
…1_07-24-09

[Anonymous contrib] Suite à une erreur SASL authentication failed : no mechanism available, jai du installer libsasl2-modules et sasl2-bin
  • Loading branch information
frju365 authored May 10, 2018
2 parents 59a82db + 28fcadb commit 953541e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions isp_orange_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 953541e

Please sign in to comment.