From e3b3a58ddd30e43b8490ce842f3b6f3979b350f1 Mon Sep 17 00:00:00 2001 From: kev Date: Thu, 25 Jun 2015 22:32:39 +0800 Subject: [PATCH] update --- tmail/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tmail/Dockerfile b/tmail/Dockerfile index 81adefa..54c8a29 100644 --- a/tmail/Dockerfile +++ b/tmail/Dockerfile @@ -28,6 +28,5 @@ CMD twistd -n mail --smtp=tcp:25 \ --pop3=tcp:110 \ --relay=$MAIL_PATH/queue \ --maildirdbmdomain=$MAIL_NAME=$MAIL_PATH \ - --user $MAIL_USER=$MAIL_PASS \ - --disable-anonymous \ + --user=$MAIL_USER=$MAIL_PASS \ --bounce-to-postmaster