[Misc] Add new options to generate_config.sh
parent
de14d30e6b
commit
822b1902d9
|
@ -58,7 +58,7 @@ HTTPS_BIND=0.0.0.0
|
|||
# ------------------------------
|
||||
# You should leave that alone
|
||||
# Format: 11.22.33.44:25 or 0.0.0.0:465 etc.
|
||||
# Do _not_ use IP:PORT in HTTPS_BIND or HTTPS_PORT
|
||||
# Do _not_ use IP:PORT in HTTP(S)_BIND or HTTP(S)_PORT
|
||||
|
||||
SMTP_PORT=25
|
||||
SMTPS_PORT=465
|
||||
|
@ -87,6 +87,9 @@ SKIP_IP_CHECK=n
|
|||
# To never run fail2ban-mailcow
|
||||
SKIP_FAIL2BAN=n
|
||||
|
||||
# To never run clamd-mailcow
|
||||
SKIP_CLAMD=n
|
||||
|
||||
EOF
|
||||
|
||||
mkdir -p data/assets/ssl
|
||||
|
|
Loading…
Reference in New Issue