Change ports in docker-compose file if needed
parent
bb3ef74721
commit
c0b31ff2d4
|
@ -29,7 +29,6 @@ MAILCOW_HOSTNAME=${MAILCOW_HOSTNAME}
|
||||||
# ------------------------------
|
# ------------------------------
|
||||||
DBNAME=mailcow
|
DBNAME=mailcow
|
||||||
DBUSER=mailcow
|
DBUSER=mailcow
|
||||||
|
|
||||||
# Please use long, random alphanumeric strings (A-Za-z0-9)
|
# Please use long, random alphanumeric strings (A-Za-z0-9)
|
||||||
DBPASS=$(</dev/urandom tr -dc A-Za-z0-9 | head -c 28)
|
DBPASS=$(</dev/urandom tr -dc A-Za-z0-9 | head -c 28)
|
||||||
DBROOT=$(</dev/urandom tr -dc A-Za-z0-9 | head -c 28)
|
DBROOT=$(</dev/urandom tr -dc A-Za-z0-9 | head -c 28)
|
||||||
|
@ -37,17 +36,5 @@ DBROOT=$(</dev/urandom tr -dc A-Za-z0-9 | head -c 28)
|
||||||
# ------------------------------
|
# ------------------------------
|
||||||
# Misc configuration
|
# Misc configuration
|
||||||
# ------------------------------
|
# ------------------------------
|
||||||
# You should leave that alone
|
|
||||||
# Can also be 11.22.33.44:25 or 0.0.0.0:465 etc. for specific bindings
|
|
||||||
SMTP_PORT=25
|
|
||||||
SMTPS_PORT=465
|
|
||||||
SUBMISSION_PORT=587
|
|
||||||
IMAP_PORT=143
|
|
||||||
IMAPS_PORT=993
|
|
||||||
POP_PORT=110
|
|
||||||
POPS_PORT=995
|
|
||||||
SIEVE_PORT=4190
|
|
||||||
|
|
||||||
# Your timezone
|
|
||||||
TZ=${TZ}
|
TZ=${TZ}
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue