Skip to content

rajanarahul93/MailCheckr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

MailCheckr

MailCheckr is a simple Go-based CLI tool that checks a domain's email configuration by verifying the presence of MX, SPF, and DMARC DNS records.

Features

  • Checks if a domain has MX records (used for receiving emails)
  • Extracts and verifies SPF records (used for sender policy framework)
  • Looks for DMARC records (used to prevent email spoofing)
  • Outputs a clean summary of each domain's email DNS status

Installation

Make sure you have Go installed on your machine.

git clone https://github.com/rajanarahul93/MailCheckr.git
cd MailCheckr
go build -o mailcheckr

Usage

./mailcheckr

You'll be prompted to enter domain names one by one. Press Ctrl+C to exit.

Example

image

Author

Made with ❤️ by Vara Rahul Rajana

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages