mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #637] Not able to run container with SMTP support #431
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#431
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 @jhornet on GitHub (Sep 28, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/637
Hi there, first of all many thanks to the work you have put in here!
I am using the docker container to host bitwarden_rs on my own premise.
When I run the docker container by using the command (as described here: https://github.com/dani-garcia/bitwarden_rs/wiki/SMTP-configuration):
sudo docker run -d --name bitwarden
-e SMTP_HOST=<smtp.gmail.com>
-e SMTP_FROM=info@gmail.com
-e SMTP_PORT=587
-e SMTP_SSL=true
-e SMTP_PASSWORD=
-e DOMAIN=https://mydomain:8443
-p 8443:80
bitwardenrs/server:latest
I am getting the error: -bash: smtp.gmail.com: No such file or directory
Wondering what I am doing wrong... Any ideas how to solve the issue?
Thank you in advance
@McKael commented on GitHub (Sep 28, 2019):
@jhornet Remove the characters
<and>from the command.(Also, I doubt such a From email address would be allowed...)
@jhornet commented on GitHub (Sep 28, 2019):
Thank you very much that solve the issue :-)