2
0
Эх сурвалжийг харах

Change ports in docker-compose file if needed

andryyy 8 жил өмнө
parent
commit
c0b31ff2d4
1 өөрчлөгдсөн 0 нэмэгдсэн , 13 устгасан
  1. 0 13
      generate_config.sh

+ 0 - 13
generate_config.sh

@@ -29,7 +29,6 @@ MAILCOW_HOSTNAME=${MAILCOW_HOSTNAME}
 # ------------------------------
 DBNAME=mailcow
 DBUSER=mailcow
-
 # Please use long, random alphanumeric strings (A-Za-z0-9)
 DBPASS=$(</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
 # ------------------------------
-# 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}
 EOF