1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-23 22:32:52 +00:00

Refactor directory base to core

This commit is contained in:
Andre Zoledziowski
2018-06-25 11:05:45 +02:00
parent bfbb4cbe40
commit 9d81ea0045
11 changed files with 0 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
import os
import kcconf
# Component specific configurations
kcconf.configkopano({
r"/etc/kopano/gateway.cfg":
{
'log_file': "-",
'log_level': "4",
'tmp_path': "/tmp/gateway/",
'pop3_enable': "no",
'imap_enable': "no",
'imaps_enable': "yes"
}
})
# Override configs from environment variables
kcconf.configkopano(kcconf.parseenvironmentvariables(r"/etc/kopano/"))