Docker mail server container.
Software:
Features / config:
dovecot-lda (LMTP prevents X-Original-To header)Run it like this:
docker run -d -h <mail.domain.org> -v <path-to-ssl>:/private/ssl -p 25:25 -p 143:143 -p 587:587 -p 993:993 robbertkl/mail
See robbertkl/docker-base#ssl for info on SSL file naming. A cert+ca bundle file for dovecot is created automatically.
This repo is published under the MIT License.
Content type
Image
Digest
sha256:8071519d6…
Size
120.3 MB
Last updated
over 6 years ago
docker pull robbertkl/mail