mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #1715] Not properly identifying/authorizing SMTP requests #1040
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#1040
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 @endigma on GitHub (May 19, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1715
Subject of the issue
vaultwarden's built in SMTP fails when sending emails on domains with strict DMARC.
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Steps to reproduce
Set up an email with properly configured DMARC/DKIM, attempt to send email on it using Vaultwarden.
Expected behaviour
Email should be signed and sent.
Actual behaviour
Email fails to reach its destination due to DMARC failure.
@paolobarbolini commented on GitHub (May 19, 2021):
I also have my email setup with strict DMARC and everything is working as it should. I tried sending an email to https://www.mail-tester.com from the Vaultwarden Admin interface and every check passed.
Are you sure everything is configured correctly and enough time passed since you configured your email account?