docker-mail

Postfix+Dovecot in Docker

Stars
21

docker-mail

===========

Postfix+Dovecot in Docker

Usage

docker run -d -p 25:25 -p 143:143 -p 993:993 cpuguy83/mail

You'll want to provide your own main.cf and dovecot.conf, this will just use the postfix default. For conveneince the configurations are available as a volume. You can edit these directly by doing "docker inspect $container_id" and look for the Volume json node.