From 8effcd7d1bfd705d8afaf368e9cbe5ff0fb4d72d Mon Sep 17 00:00:00 2001 From: hasufell Date: Fri, 2 Oct 2015 16:38:02 +0200 Subject: [PATCH] Update README --- core/README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/core/README.md b/core/README.md index ee78be5..348576f 100644 --- a/core/README.md +++ b/core/README.md @@ -1,6 +1,9 @@ Dockermail - Email Core ========== -This image provides a secure, minimal mail server based on 'postfix' and 'dovecot'. +This image provides a secure mail server based on: +* postfix +* dovecot (with sieve/managesieve support) +* spamassasin (with pyzor and razor) All incoming mail to your domains is accepted. For outgoing mail, only authenticated (logged in with username and password) clients can send messages via STARTTLS. @@ -41,9 +44,9 @@ Use the the example config files in `config/example` to get you started. 5. Build container - docker build -t dockermail_email_core . + docker build -t hasufell/gentoo-dockermail . -6. Run container and map ports 25 and 143 from the host to the container. +6. Run container ``` docker run -ti -d \ @@ -59,7 +62,3 @@ docker run -ti -d \ ``` Note that the certificates must be named `email.crt` and `email.key`. - -## TODO - -* managesieve