Go to file
hasufell 079ccc654f
Add sieve support
2015-09-14 16:05:32 +02:00
amavis Better logging, better config 2015-07-27 11:39:32 +01:00
core Add sieve support 2015-09-14 16:05:32 +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 Update README.md 2015-08-20 15:13:02 +01: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
  • amavis - adds incoming SPAM filter

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