dovecot / docker

Docker image sources for Dovecot
Other
35 stars 8 forks source link

Dovecot CE docker image source files

This repository contains Dockerfile and assets for images that are published to https://hub.docker.com/u/dovecot.

License

The source code for these docker images is licensed under Attribution-NonCommercial-ShareAlike 4.0 International, but you are welcome to use the images hosted at docker.com for commercial purposes.

Instructions

This image comes with default configuration which accepts any user with password pass. To customize the image, mount /etc/dovecot and /srv/mail volumes. Listeners

To run these images, simply use docker run dovecot/dovecot:version.

From 2.3.20+ you can also mount /etc/dovecot/conf.d with configuration files, that are going to get read by Dovecot. You can use these to overwrite or add settings. Files must end in .conf.

Help

Note that these images come with absolutely no warranty or support. For questions and feedback send email to dovecot@dovecot.org.