mailcow dockerized
This commit is contained in:
55
mailcow.conf
Normal file
55
mailcow.conf
Normal file
@@ -0,0 +1,55 @@
|
||||
# mailcow web ui configuration
|
||||
# example.org is NOT a valid hostname, use a fqdn here.
|
||||
# Default admin user is "admin"
|
||||
# Default password is "moohoo"
|
||||
|
||||
MAILCOW_HOSTNAME=mail.mailcow.de
|
||||
|
||||
# mailcow SQL database configuration
|
||||
|
||||
DBNAME=mailcow
|
||||
DBUSER=mailcow
|
||||
DBPASS=mysafepasswd
|
||||
DBROOT=myverysafepasswd
|
||||
# MySQL
|
||||
DBVERS=5.5
|
||||
|
||||
# SOGo configuration
|
||||
SOGOCHILDS=20
|
||||
|
||||
# Webserver configuration
|
||||
HTTP_PORT=81
|
||||
PHPVERS="5.6-fpm"
|
||||
NGINXVERS="stable"
|
||||
|
||||
# You should leave that alone
|
||||
# Can also be 1.2.3.4:25 for specific binding
|
||||
SMTP_PORT=26
|
||||
SMTPS_PORT=465
|
||||
SUBMISSION_PORT=587
|
||||
IMAP_PORT=143
|
||||
IMAPS_PORT=993
|
||||
POP_PORT=110
|
||||
POPS_PORT=995
|
||||
SIEVE_PORT=4190
|
||||
|
||||
# Redis
|
||||
REDISVERS="latest"
|
||||
|
||||
# Networking
|
||||
# You need to rebuild all containers after changing values.
|
||||
# Remove old networks manually.
|
||||
DOCKER_NETWORK="mailcow-network"
|
||||
DOCKER_SUBNET="172.55.0.0/16"
|
||||
|
||||
# ======= ADVANCED ======
|
||||
# - not yet implemented -
|
||||
# =======================
|
||||
# Use existing containers
|
||||
# =======================
|
||||
|
||||
# USE_REDIS="container-name-of-exisiting-redis"
|
||||
# USE_REDIS_NETWORK="docker-network-name-of-existing-redis-container"
|
||||
|
||||
# USE_MEMCACHED="container-name-of-exisiting-memcached"
|
||||
# USE_MEMCACHED_NETWORK="docker-network-name-of-existing-memcached-container"
|
Reference in New Issue
Block a user