Fixes, working rspamd settings, generate DKIM keys in PHP
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user