mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 00:25:37 -05:00
Error sending email #343
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 @p3lim on GitHub (Jul 17, 2019).
Attempting to use Fastmail for SMTP, and syncing users from LDAP following the wiki page.
Here's my (redacted) compose file:
When the ldap service attempts an invite it timeouts, with bitwarden_rs throwing the following error:
Is there any way to get more information than that, what exactly went wrong?
@p3lim commented on GitHub (Jul 17, 2019):
Complete logs, email addresses redacted:
@mprasil commented on GitHub (Jul 18, 2019):
I'm not sure what's going on, but to rule out any issues with the LDAP sync part, can you go to the admin interface (login with token) and try to send invite directly from there? See if you spot anything in logs.
@p3lim commented on GitHub (Jul 18, 2019):
Disabled the ldap sync service and attempted to invite manually, this is the complete log from when I clicked the invite button:
Also got a confirm popup in the browser saying "Error inviting user: Unknown error", I got this at the same time nginx reported the timeout in the logs.
@p3lim commented on GitHub (Jul 18, 2019):
My nginx config, sans SSL options:
@Skaronator commented on GitHub (Aug 4, 2019):
I had similar issues. Enabling "Use explicit TLS" in the Admin Panel did the trick! Just wondering if there is a environment variable to set this setting.
@Skaronator commented on GitHub (Aug 4, 2019):
SMTP_EXPLICIT_TLS=truedid it.@p3lim commented on GitHub (Aug 12, 2019):
That solved it for me, thanks!