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-25 23:52:52 +08:00
parent af21a10523
commit bd8b9cb134

View File

@ -24,7 +24,8 @@ ENV MAIL_PASS admin
VOLUME /var/mail
EXPOSE 25 110
CMD twistd -n mail --smtp=tcp:25 \
CMD twistd -n mail --esmtp \
--smtp=tcp:25 \
--pop3=tcp:110 \
--maildirdbmdomain=$MAIL_NAME=$MAIL_PATH \
--user=$MAIL_USER=$MAIL_PASS \