1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +02:00
This commit is contained in:
kev 2015-06-26 14:48:06 +08:00
parent 252a38a656
commit bbb59a96c0

View File

@ -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