Fixes, working rspamd settings, generate DKIM keys in PHP

This commit is contained in:
andryyy
2016-12-10 21:49:41 +01:00
parent a7a597fead
commit 42a64b45d7
13 changed files with 58 additions and 37 deletions

View File

@@ -5,13 +5,14 @@
MAILCOW_HOSTNAME=mail.mailcow.de
# mailcow SQL database configuration
# SQL database configuration
DBNAME=mailcow
DBUSER=mailcow
DBPASS=mysafepasswd
DBROOT=myverysafepasswd
# MySQL
# Tested with MySQL 5.5
DBVERS=5.5
# SOGo configuration
@@ -19,11 +20,12 @@ SOGOCHILDS=20
# Webserver configuration
# Default port binding for Nginx is 443
#
PHPVERS="5.6-fpm"
NGINXVERS="stable"
# You should leave that alone
# Can also be 1.2.3.4:25 for specific binding
# Can also be 11.22.33.44:25 or 0.0.0.0:465 etc. for specific binding
SMTP_PORT=25
SMTPS_PORT=465
SUBMISSION_PORT=587