generated from oracle-devrel/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 83
Jmsteur email security protocol checker #1336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oheimburger
requested changes
Oct 23, 2024
...hared-assets/email-security-dns-check/files/email-security-dns-check/email_security_check.sh
Outdated
Show resolved
Hide resolved
...sets/email-security-dns-check/files/email-security-dns-check/scripts/email_security_check.py
Outdated
Show resolved
Hide resolved
security/security-design/shared-assets/email-security-dns-check/README.md
Show resolved
Hide resolved
Removed 2022,
Update README.md with a disclaimer for the ip-api.com rest API.
oheimburger
requested changes
Oct 23, 2024
security/security-design/shared-assets/email-security-dns-check/README.md
Show resolved
Hide resolved
Added the remark that the rest api is free for non commercial usage.
oheimburger
previously approved these changes
Oct 23, 2024
Removed 2016 from the banner.
Contributor
Author
|
All changes are done as recommended. |
oheimburger
approved these changes
Oct 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This script can be used to check the proper configuration of the email security protocols SPF, DKIM and DMARC for a given domain.
This script automates the retrieval of the configuration for these protocols. These protocols help ensure that the provided domain are not spoofed or rejected by email servers, which is critical for protecting your domain's reputation and improving email deliverability.
This tool checks the email security settings of a domain by verifying its SPF, DKIM, and DMARC records. It extracts relevant information from a domain or an
.emlfile, performs validation, and outputs a summary of findings, including policies and IP addresses associated with SPF records. It can also analyze the alignment of sender information for SPF and DKIM, and resolve IP locations.