Skip to content
Snippets Groups Projects
Name Last commit Last update
..
config
.release
Dockerfile
Makefile
README.md

dovecot

Simple dovecot container, build with the intend to be used in combination with Kubernetes. This means the image on its own might not be useful. It doesn't come with external database backend.

Expectations

This container image expects some paths to be in place:

Path Usage
/srv/mail/mailboxes/ Storage for recieved emails
/srv/passdb/ Password database storage using passwd backend
/srv/tls/ TLS key and certificate used for TLS enabled services

References

This image is heavily inspired by https://github.com/mum-project/docker-images/tree/master/postfix