[Policyd] Added policyd Dockerfile

[Compose] Added policyd Service
[Postfix] Added policyd for check_policy_service to main.cf
This commit is contained in:
zekeriya
2019-03-01 10:42:11 +03:00
parent 97adcbe5f8
commit 9b43974c96
11 changed files with 357 additions and 1 deletions
+12
View File
@@ -140,6 +140,18 @@ SIEVE_PORT=4190
DOVEADM_PORT=127.0.0.1:19991
SQL_PORT=127.0.0.1:13306
# ------------------------------
# POLCIYD (Cluebringer) CONFIGURATION
# ------------------------------
POLICYD_SUPERVISORD_LOGLEVEL=debug
POLICYD_MYSQL_DATABASE=cluebringer
POLICYD_MYSQL_USER=cluebringer
POLICYD_MYSQL_PASSWORD=asnRTXvDtbI8h7naFtB97wNNcoXq
POLICYD_DB_BACKEND=mysql
POLICYD_WEBUI_PASSWORD=HPAA297BUcgSYf3AiftHQUjS3KVd
INTERNAL_MYSQL_PORT=3306
# Your timezone
TZ=${MAILCOW_TZ}