From bbb59a96c08a36eceebfd944bfe20d6e6a16ad95 Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 26 Jun 2015 14:48:06 +0800 Subject: [PATCH] update --- tmail/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmail/Dockerfile b/tmail/Dockerfile index e3872f6..386f649 100644 --- a/tmail/Dockerfile +++ b/tmail/Dockerfile @@ -25,10 +25,10 @@ ENV MAIL_OPTS= VOLUME /var/mail EXPOSE 25 110 -CMD twistd -n mail --bounce-to-postmaster \ - --maildirdbmdomain=$MAIL_NAME=$MAIL_PATH \ +CMD twistd -n mail --smtp=tcp:25 \ --pop3=tcp:110 \ - --smtp=tcp:25 \ + --maildirdbmdomain=$MAIL_NAME=$MAIL_PATH \ --user=$MAIL_USER=$MAIL_PASS \ + --bounce-to-postmaster \ $MAIL_OPTS