Some changes

This commit is contained in:
andryyy
2016-12-12 09:26:27 +01:00
parent 2135f17de5
commit 57ca2b9f55
4 changed files with 8 additions and 8 deletions

View File

@@ -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