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.

706 B

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