You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
easymailcfg | 2 years ago | |
.gitignore | 5 years ago | |
Makefile | 5 years ago | |
README.md | 4 years ago | |
requirements.txt | 5 years ago |
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:
- Your email which is your login on CloudFlare
- Your CloudFlare API token
- Email for DMARC reports
- Server's IP v4
- Server's IP v6
- domain 1
- domain 2
- domain 3
- ...
Run make
as root.