Go to file
hasufell dd1dc70d83
Use exec in CMD to ensure we can properly kill PID1
2015-10-22 19:51:22 +02:00
core Use exec in CMD to ensure we can properly kill PID1 2015-10-22 19:51:22 +02:00
opendkim Better logging, better config 2015-07-27 11:39:32 +01:00
LICENSE Major move around 2015-07-08 10:06:43 +01:00
README.md Remove amavis 2015-10-02 14:53:01 +02:00
docker-compose.yml Move email_core to core 2015-07-27 12:23:08 +01:00

README.md

Dockermail

A secure, minimal-configuration mail service in docker containers. This repository is tailored to small private servers, where you own a domain and want to host your own mail.

The setup is modular and so far has (more to come, feel free to contribute :)

  • core - base SMTP and IMAP server
  • opendkim - adds DKIM signing service to the core

Please see the README in each folder for more information on each image.

SPAM

Although OpenDKIM is optional, I highly recommended you use it unless you want your mail to end up in someone's spam folder. See the README in opendkim folder for more info on setting it up.

You should also add PTR record to your IP (aka Reverse DNS) which is done by your server provider. And finally, generate and add an SPF record to your domain, search for instructions on this - there are a few generator site around and the setup steps depend on your domain name provider.

Compose

Assuming you follow the instructions in the accompanying READMEs to set up both containers, you should just be able to run

	docker-compose up

and it will spin up both container and link them together, easy!

Coming soon

  • JSON based config instead of current collection of flat files.
  • Images on DockerHub
  • Testing

TODO

  • gentoo support for opendkim