Script used to check if a domain name has all the requirements to send and receive an email from 42l's mailserver
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neil 4acabbed31 Merge pull request 'Add new checks for email autoconfiguration' (#9) from axpio/mailserver-moulinette:autoconfiguration into master
Reviewed-on: #9
9 months ago
LICENSE Initial commit 3 years ago
README.md email autoconfiguration, closes #6 9 months ago
mailserver-moulinette.sh using tabs instead of spaces 9 months ago

README.md

mailserver-moulinette

Script used to check if a domain name has all the requirements to send and receive an email from 42l's mailserver

Usage

Usage: mailserver-moulinette [options] yourdomain.com

Check if the provided domain name has all the requirements to send and receive
email from 42l's mailserver. If used without options all the checks are run in
turn. Otherwise, only the specified checks are run.

Options:
	-x, --mx            check MX configuration
	-s, --spf           check SPF configuration
	-m, --dmarc         check DMARC configuration
	-k, --dkim          check DKIM configuration
	-o, --autoconfig    check email autoconfiguration
	-h, --help          display this help