mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-07 12:34:03 -05:00
Not properly identifying/authorizing SMTP requests #1037
Reference in New Issue
Block a user
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).
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?