|
@@ -3,13 +3,13 @@
|
|
|
# Default admin user is "admin"
|
|
|
# Default password is "moohoo"
|
|
|
|
|
|
-MAILCOW_HOSTNAME=logs.servercow.de
|
|
|
+MAILCOW_HOSTNAME=mail.example.org
|
|
|
|
|
|
# SQL database configuration
|
|
|
DBNAME=mailcow
|
|
|
DBUSER=mailcow
|
|
|
DBPASS=mysafepasswd
|
|
|
-DBROOT=myverysafepasswd
|
|
|
+DBROOT=myothersafepasswd
|
|
|
|
|
|
# MariaDB
|
|
|
DBVERS=latest
|
|
@@ -25,7 +25,7 @@ NGINXVERS="stable"
|
|
|
|
|
|
# You should leave that alone
|
|
|
# Can also be 11.22.33.44:25 or 0.0.0.0:465 etc. for specific binding
|
|
|
-SMTP_PORT=26
|
|
|
+SMTP_PORT=25
|
|
|
SMTPS_PORT=465
|
|
|
SUBMISSION_PORT=587
|
|
|
IMAP_PORT=143
|