Sign inSign up

cpuguy83/mail

By cpuguy83

Updated over 8 years ago

Image
9

3.9K

cpuguy83/mail repository overview

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.

Tag summary

Content type

Image

Digest

sha256:c296f5ebc

Size

76.4 MB

Last updated

over 8 years ago

docker pull cpuguy83/mail