Go to file
Adler Neves 1e47991b2d
fix: add secondary IP & subdomain
2023-12-05 00:54:01 -03:00
easymailcfg fix: add secondary IP & subdomain 2023-12-05 00:54:01 -03:00
.gitignore First release 2018-04-24 01:09:52 -03:00
Makefile First release 2018-04-24 01:09:52 -03:00
README.md A, AAAA, DMARC, SPF and MX filler 2018-08-31 00:38:14 -03:00
requirements.txt First release 2018-04-24 01:09:52 -03:00

README.md

Easy Mailer Configurator

Postfix + OpenDKIM + CloudFlare

Because setting up DKIM on many servers and domains can be boring.

This is just an automation of a tutorial.

Environment

  • Ubuntu Server
  • Python 3.6+

Running

Create a text file on /srv/easymail.cfg. The lines of this files are:

  1. Your email which is your login on CloudFlare
  2. Your CloudFlare API token
  3. Email for DMARC reports
  4. Server's IP v4
  5. Server's IP v6
  6. domain 1
  7. domain 2
  8. domain 3
  9. ...

Run make as root.