nullmail

Valid email addresses that deliver to a black hole instead of an inbox

View the Project on GitHub kirtley/nullmail

NullMail Mailserver

@null.{domain_name}

@null.{domain_name} email addresses are valid email addresses that deliver to a black hole instead of an inbox.

Ready to go docker project

  1. configure domain.env with your settings
  2. choose proxy or no_proxy
  3. ./build.sh
  4. Add the following DNS records
- A	 null	         {public_ip_address}	Automatic
- MX	{domain_name}  10 null.{domain_name}.	Automatic
- TXT	{domain_name}  "v=spf1 mx a a:null.{domain_name} ip4:{public_ip_address} ?all"
- TXT	_DMARC	       "v=DMARC1; p=none; rua=mailto:{admin_email}"

Special Thanks to Mailcare