mailcow/mailcow.conf

25 lines
512 B
Plaintext
Raw Normal View History

2016-12-10 03:39:02 +08:00
# mailcow web ui configuration
# example.org is NOT a valid hostname, use a fqdn here.
# Default admin user is "admin"
# Default password is "moohoo"
2016-12-12 16:26:27 +08:00
MAILCOW_HOSTNAME=mail.example.org
2016-12-10 03:39:02 +08:00
# SQL database configuration
2016-12-10 03:39:02 +08:00
DBNAME=mailcow
DBUSER=mailcow
DBPASS=mysafepasswd
2016-12-12 16:26:27 +08:00
DBROOT=myothersafepasswd
2016-12-10 03:39:02 +08:00
# You should leave that alone
# Can also be 11.22.33.44:25 or 0.0.0.0:465 etc. for specific binding
2016-12-12 16:26:27 +08:00
SMTP_PORT=25
2016-12-10 03:39:02 +08:00
SMTPS_PORT=465
SUBMISSION_PORT=587
IMAP_PORT=143
IMAPS_PORT=993
POP_PORT=110
POPS_PORT=995
SIEVE_PORT=4190