mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #261] SPF, DKIM, DMARC checking #170
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#170
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 @DragoMlakar on GitHub (Mar 5, 2024).
Original GitHub issue: https://github.com/axllent/mailpit/issues/261
Is there any play about checking validity of emails through SPF,DKIM,DMARC?
@axllent commented on GitHub (Mar 5, 2024):
No sorry, I do not currently have any plans to add this. I'm not saying it will never happen, but I believe it would take a fair amount of work to implement properly, and it is likely to cause more issues than that it would solve. Mailpit is intended as a "sending" SMTP, whereas SPF, DKIM & DMARC apply to the "receiving" mail server. I am open to a pull request if you wanted to implement this in a fork though.