mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 21:36:19 +00:00
modified: build/run/bin/add-user
modified: generate-env.sh
This commit is contained in:
parent
034baeac02
commit
52e3065b77
2 changed files with 5 additions and 5 deletions
|
|
@ -62,8 +62,8 @@ then
|
|||
then
|
||||
echo -e '\n\n\e[1;31mPassword field cannot be empty, try again\e[0m'
|
||||
elif [ "${MYVEMAIL_MAIL_PASS}" != "${MYVEMAIL_MAIL_PASS2}" ]
|
||||
echo -e '\n\n\e[1;31mPasswords did not match, try again\e[0m'
|
||||
then
|
||||
echo -e '\n\n\e[1;31mPasswords did not match, try again\e[0m'
|
||||
fi
|
||||
done
|
||||
echo -e '\n\n\e[1;32mMail password has been saved\e[0m\n'
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ cat >./.env <<- gen-env
|
|||
MYVEMAIL_SUBDOMAIN=${SUBDOMAIN}
|
||||
MYVEMAIL_DOMAIN=${DOMAIN}
|
||||
|
||||
# Optional
|
||||
# Version: edge or stable
|
||||
MYVEMAIL_VERSION=edge
|
||||
|
||||
# Webmail port
|
||||
MYVEMAIL_PORT=${PORT}
|
||||
|
||||
# Optional
|
||||
# Version: edge or stable (defaults to edge)
|
||||
MYVEMAIL_VERSION=
|
||||
|
||||
# Additional mail domains separated by commas
|
||||
MYVEMAIL_ADDMX=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue