[GH-ISSUE #2606] SMTP errror, no encryption: internal client error: No compatible authentication mechanism was found #1322

Closed
opened 2026-03-03 02:08:10 +03:00 by kerem · 0 comments
Owner

Originally created by @deraljoscha on GitHub (Jul 8, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2606

So I have the latest version of vaultwarden running on two servers. On one intance everythiung is running fine with SMTP over port 587 and starttls, on the other one I want to use a SMTP server which works with no encryption over port 25
my config looks like this:
SMTP_HOST=smtp.example.com
SMTP_FROM=mail@example.com
SMTP_FROM_NAME=Vaultwarden
SMTP_PORT=25
SMTP_SECURITY=off
SMTP_USERNAME=myusername
SMTP_PASSWORD=mypassword

I tried every option I could fin in the .env template
https://github.com/dani-garcia/vaultwarden/blob/main/.env.template

But I keep getting this error:

[vaultwarden::mail][ERROR] SMTP Client error: internal client error: No compatible authentication mechanism was found
[response][INFO] (reinvite_user) POST /api/organizations/<org_id>/users/<user_org>/reinvite => 400 Bad Request

I know my smtp genrally config works, I have it set up with the same options in other docker apps like uptime-kuma for example

would be grateful for some help
thanks in advance

Originally created by @deraljoscha on GitHub (Jul 8, 2022). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2606 So I have the latest version of vaultwarden running on two servers. On one intance everythiung is running fine with SMTP over port 587 and starttls, on the other one I want to use a SMTP server which works with no encryption over port 25 my config looks like this: SMTP_HOST=smtp.example.com SMTP_FROM=mail@example.com SMTP_FROM_NAME=Vaultwarden SMTP_PORT=25 SMTP_SECURITY=off SMTP_USERNAME=myusername SMTP_PASSWORD=mypassword I tried every option I could fin in the .env template https://github.com/dani-garcia/vaultwarden/blob/main/.env.template But I keep getting this error: [vaultwarden::mail][ERROR] SMTP Client error: internal client error: No compatible authentication mechanism was found [response][INFO] (reinvite_user) POST /api/organizations/<org_id>/users/<user_org>/reinvite => 400 Bad Request I know my smtp genrally config works, I have it set up with the same options in other docker apps like uptime-kuma for example would be grateful for some help thanks in advance
kerem closed this issue 2026-03-03 02:08:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#1322
No description provided.