mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
update
This commit is contained in:
parent
252a38a656
commit
bbb59a96c0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user