1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-05-31 22:59:39 +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 VOLUME /var/mail
EXPOSE 25 110 EXPOSE 25 110
CMD twistd -n mail --bounce-to-postmaster \ CMD twistd -n mail --smtp=tcp:25 \
--maildirdbmdomain=$MAIL_NAME=$MAIL_PATH \
--pop3=tcp:110 \ --pop3=tcp:110 \
--smtp=tcp:25 \ --maildirdbmdomain=$MAIL_NAME=$MAIL_PATH \
--user=$MAIL_USER=$MAIL_PASS \ --user=$MAIL_USER=$MAIL_PASS \
--bounce-to-postmaster \
$MAIL_OPTS $MAIL_OPTS