===========
Postfix+Dovecot in Docker
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.
Content type
Image
Digest
sha256:c296f5ebc…
Size
76.4 MB
Last updated
over 8 years ago
docker pull cpuguy83/mail