From 252a38a6566d3ecf4b6a79e86e9d6dfddc9ae547 Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 26 Jun 2015 14:43:51 +0800 Subject: [PATCH] update --- tmail/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tmail/Dockerfile b/tmail/Dockerfile index 8a74e21..e3872f6 100644 --- a/tmail/Dockerfile +++ b/tmail/Dockerfile @@ -26,8 +26,6 @@ VOLUME /var/mail EXPOSE 25 110 CMD twistd -n mail --bounce-to-postmaster \ - --esmtp \ - --hostname=$MAIL_NAME \ --maildirdbmdomain=$MAIL_NAME=$MAIL_PATH \ --pop3=tcp:110 \ --smtp=tcp:25 \