Author Topic: SMTP Authentication  (Read 3569 times)

agencep

  • Zen Apprentice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
SMTP Authentication
« on: January 29, 2016, 05:46:16 pm »
Bonjour,

J'ai installer Zentyal 4.2 mais j'ai un souci avec SMTP pour envoyer les emails.

Avec Outlook pour MAC je n'arrive pas à envoyer : "L'authentification a échoué car Outlook ne prend pas en charge les méthodes d'authentification disponibles."

Avec mon application WEB : pareil SMTP Error: 535 5.7.8 Error: authentication failed: Invalid authentication mechanism
Quote
'host' => 'exchange.*********.tn',
'port' => 587,
'username' => 'support@*********.com',
'password' => '*********',
'tls' => true,

dans mail.log
Quote
warning: web.*********.com[$$.$$.$$.59]: SASL LOGIN authentication failed: Invalid authentication mechanism
lost connection after AUTH from web.*********.com[$$.$$.$$.59]

Ps.: toute la configuration est initiale, je n'ai rien toucher.

Avez vous des idée SVP. ?

googley

  • Zen Apprentice
  • *
  • Posts: 11
  • Karma: +2/-0
    • View Profile
Re: SMTP Authentication
« Reply #1 on: March 16, 2016, 07:09:43 pm »
Quelle méthode utilises-tu ?

Sur le 587 tu dois utiliser la sécurité STARTTLS.