https://github.com/dutchcoders/checkmail
Check domain and email security settings.
https://github.com/dutchcoders/checkmail
Last synced: 12 days ago
JSON representation
Check domain and email security settings.
- Host: GitHub
- URL: https://github.com/dutchcoders/checkmail
- Owner: dutchcoders
- License: gpl-3.0
- Created: 2017-03-02T15:21:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T10:12:23.000Z (over 8 years ago)
- Last Synced: 2025-03-25T12:12:54.781Z (3 months ago)
- Language: Go
- Size: 2.23 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Check Email
[](https://travis-ci.org/dutchcoders/checkmail)
[](http://opensource.box.com/badges)
[](http://opensource.box.com/badges)
[](http://isitmaintained.com/project/major/MySQLTuner-perl "Average time to resolve an issue")
[](http://isitmaintained.com/project/dutchcoders/checkmail "Percentage of issues still open")
[](https://opensource.org/licenses/GPL-3.0/)Check domain and email security configuration.
## Implemented checks:
* has DNSSec been configured?
* has DMARC been configured?
* has default DKIM selectors been configured (this is just informational, we cannot check for real dkim selectors)?
* does the smtp server support tls12
* has SPF been configured and does it fail all## Known issues:
* tls12 not supported will be returned by large timeouts and if ipv6 is not supported
* dkim checks for a few default selectors (default, dkim) but not having those doesn't mean dkim is not configured.