mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #1661] Error sending SMTP test email SmtpError #1032
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#1032
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 @rpelissi on GitHub (May 3, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1661
Subject of the issue
Can't send emails even after configuring basic smtp settings
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Steps to reproduce
I have vaultwarden installed as a docker image into a k3s/rancher environment. I have setup smtp settings (very simple since I use internal smtp server to forward email to the outside) but everytime I try the test email, it fails with the error message:
Error sending SMTP test email SmtpErrorAnd in the docker logs, I see:
Expected behaviour
I should be able at least to see the connection attemps on my internal smtp postfix setup.
Actual behaviour
Error message when testing emails.
Troubleshooting data
@BlackDex commented on GitHub (May 3, 2021):
Well, you can only see an attempt if it was able to connect, which it isn't. So either the IP, or the port is incorrect, or there is a firewall which blocks something, or that container isn't allowed to to connect to that internal ip.