mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-02 22:57:18 -05:00
Error sending email #344
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#344
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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!