Use build automated by docker registry :
make run
Use build manually :
make build
make run
make start
make stop
make restart
Add your domain key .private with :
-v /path/to/domainkeys:/etc/opendkim/domainkeys
Add your ssl certificates .key and .crt with :
-v /path/to/certs:/etc/postfix/certs
make help
http://gl.developpez.com/tutoriel/outil/makefile/
Debian, Ubuntu :
sudo apt-get install build-essential
CentOS, Red Hat, Fedora :
yum install gcc gcc-c++ autoconf automake
make -v