mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 21:26:19 +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
|
||||
domain= #www.google.com
|
||||
eff_email_address= #eff@eff.com
|
||||
mailver= #latest/stable
|
||||
|
||||
# Exit on any error
|
||||
set -e
|
||||
|
|
@ -132,7 +133,7 @@ MYVEMAIL_PORT=${proxyport}
|
|||
|
||||
# Optional
|
||||
# Version: latest or stable (defaults to latest)
|
||||
MYVEMAIL_VERSION=
|
||||
MYVEMAIL_VERSION=${mailver}
|
||||
|
||||
# Additional mail domains separated by commas
|
||||
MYVEMAIL_ADDMX=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue