mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 09:03:15 -05:00
Unable to send unauthenticated SMTP #5973
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bm-brown on GitHub (Jul 22, 2025).
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: SIGNUPS_ALLOWED, SMTP_HOST, SMTP_PORT, SMTP_FROM
Config:
Vaultwarden Build Version
1.34.1
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
Apache/2.4.62
Host/Server Operating System
Linux
Operating System Version
AlmaLinux 9
Clients
Web Vault
Client Version
2025.5.0, multiple firefox and edge browsers
Steps To Reproduce
Expected Result
SMTP Sent without error
Actual Result
SMTP client error: internal client error: No compatible authentication mechanism was found
Logs
Screenshots or Videos
No response
Additional Context
I am able to telnet to the postfix relay server and send a 'EHLO test.mail' and confirm the responses do not include an auth request. I have others non-authenticated clients able to send SMTP to this relay as well.
I suspect not having any auth mechanism is failing a check for this function.
@bm-brown commented on GitHub (Jul 22, 2025):
Resolved this issue. I had to completely blow out podman on the machine and once I pulled the image and tested with these settings again it is now working. Must have been holding onto a custom config file somewhere and trying to inject the auth settings I was trying to disable.