You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Debian Jessie, this role will product the following errors in the mail log when sending emails:
warning: SASL authentication failure: No worthy mechs found
delivery temporarily suspended: SASL authentication failed; cannot authenticate to server smtp.mailgun.org[23.22.131.222]: no mechanism available
This is due to the lack of the relevant sasl2 modules for secure connection to mailgun. To fix manually:
On Debian Jessie, this role will product the following errors in the mail log when sending emails:
warning: SASL authentication failure: No worthy mechs found
delivery temporarily suspended: SASL authentication failed; cannot authenticate to server smtp.mailgun.org[23.22.131.222]: no mechanism available
This is due to the lack of the relevant sasl2 modules for secure connection to mailgun. To fix manually:
apt-get install libsasl2-modules
/etc/init.d/postfix restart
Or in Ansible after the Mailgun role:
The text was updated successfully, but these errors were encountered: