mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #4121] Error configuring SMTP: SMTP_SECURITY is invalid. It needs to be one of the following options: starttls, force_tls or off #1790
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
pull-request
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#1790
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 @mlopezcoria on GitHub (Dec 1, 2023).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/4121
Hello,
I'm getting this error message in the docker log:
But I read the documentation and the environment variables seem to be ok:
I tried changing
SMTP_PORT=25 SMTP_SECURITY=offand alsoSMTP_PORT=465 SMTP_SECURITY=force_tlsbut log keeps showing the same error.Am I doing anything wrong?
@mlopezcoria commented on GitHub (Dec 1, 2023):
I found the problem: I had to
docker compose down && docker compose up -d