mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-05-31 22:59:39 +02:00
update
This commit is contained in:
parent
252a38a656
commit
bbb59a96c0
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user