mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-18 07:46:18 +00:00
modified: 01-setup.sh
This commit is contained in:
parent
c4daf85803
commit
d85dc7184b
1 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ proxyurl= #http://webapps.kvm
|
||||||
proxyport= #4000
|
proxyport= #4000
|
||||||
domain= #www.google.com
|
domain= #www.google.com
|
||||||
eff_email_address= #eff@eff.com
|
eff_email_address= #eff@eff.com
|
||||||
|
mailver= #latest/stable
|
||||||
|
|
||||||
# Exit on any error
|
# Exit on any error
|
||||||
set -e
|
set -e
|
||||||
|
|
@ -132,7 +133,7 @@ MYVEMAIL_PORT=${proxyport}
|
||||||
|
|
||||||
# Optional
|
# Optional
|
||||||
# Version: latest or stable (defaults to latest)
|
# Version: latest or stable (defaults to latest)
|
||||||
MYVEMAIL_VERSION=
|
MYVEMAIL_VERSION=${mailver}
|
||||||
|
|
||||||
# Additional mail domains separated by commas
|
# Additional mail domains separated by commas
|
||||||
MYVEMAIL_ADDMX=
|
MYVEMAIL_ADDMX=
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue